Partner API

One API for catalog, activations and exclusive inventory

Copy the shortest working flow, then open the exact schema only when you need field-level detail.

MINIMAL FLOW

Resell marketplace inventory

1GET /products2POST /buy3GET /orders/{order_id}
GET /api/v1/reseller/v1/products?sort=stock_desc&limit=100
X-API-KEY: YOUR_KEY

POST /api/v1/reseller/v1/buy
X-API-KEY: YOUR_KEY
X-Idempotency-Key: checkout_9f83e218
Content-Type: application/json

{"product_id": 42, "count": 1}

COMPLETE REFERENCE

Catalog resale

Open full screen
API Interzone | Документация