Create a dedicated token
Open SelSup integration settings, give the token a clear name, and grant only the permissions it needs.
API for integrators
Documentation built around developer tasks, with precise contracts, real errors, and integration-ready workflows.
curl 'https://api.selsup.ru/api/brand/find?query=Base' \
--header 'Authorization: YOUR_API_TOKEN'
HTTP/1.1 200 OK
{
"rows": [{ "brandId": 8124, "name": "Base" }],
"hasNextPage": false
}
All 48 sections and 917 endpoints are available in all 12 SelSup languages. Every section has its own editable contract; Brands remains the editorial quality reference.
Quickstart
A token can access data in your account. Keep it server-side and never ship it in browser JavaScript.
Open SelSup integration settings, give the token a clear name, and grant only the permissions it needs.
Add the token without a Bearer prefix to every request.
Use the stable error field for application logic and show localMessage to the user.
Authorization
Every endpoint uses https://api.selsup.ru and the Authorization header. Content-Type is required only for requests with a body.
curl 'https://api.selsup.ru/api/brand/all' \
--header 'Authorization: YOUR_API_TOKEN'
API Reference
Every public controller now has an independent YAML package. Routes, parameters, and schemas are captured, while workflows and application errors can be refined without changing the generator.
Endpoints for Account and integrations, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Advertising campaigns, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Analytics, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Billing, including exact routes, parameters, request bodies, and expandable response schemas.
Create and find brands, map them to Ozon and 1C, manage logos, and safely merge duplicates.
Endpoints for Calculator, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Categories, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Competitors, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Contractors, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Customers, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Delivery, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Documents, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Export, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for FBS orders, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Finance, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Financial planning, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Hypothesis testing, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Import, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Inbound, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Inventory, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Job, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Keywords, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Knowledge base, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Manufacturers, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Media, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for MoySklad, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Orders, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Packing, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Parameters, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Photo sessions, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Position, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Prices, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Product groups, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Product marking, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Product models, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Product tags, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Products, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Promotions, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Purchase, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Quality certificates, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Receipt, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Repricer, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Returns, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Settings, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Supplies, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Tasks, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Warehouses, including exact routes, parameters, request bodies, and expandable response schemas.
Endpoints for Webhooks, including exact routes, parameters, request bodies, and expandable response schemas.
Guides
End-to-end guides combine multiple endpoints and explain call order, safe synchronization, and edge-case handling.
Authentication, the first request, localized errors, pagination, and a safe production rollout.
Product search, full card retrieval, model creation, brand and category dictionaries, and marketplace parameters.
Creating web-store orders, preventing duplicates, paginated exports, and processing changed orders.
The SKU model, warehouse stock reads, updates by SelSup or external identifiers, and safe reconciliation.
Outbound webhook setup, a secure receiver, duplicate protection, and recovery of missed events through the API.
Choosing between an external backend service, an embedded React UI, and a server-side marketplace or delivery module.
Manual first