Marketplace API Documentation
Единая справочная система API для интеграции с российскими маркетплейсами.
Проект: 1C Bridge — мост между 1С и 4 маркетплейсами.
Быстрый старт
| Маркетплейс | Base URL | Auth |
|---|
| Wildberries | Разные по секциям | Bearer token |
| Яндекс Маркет | api.partner.market.yandex.ru | OAuth2 / API-Key |
| Lamoda | api-b2b.lamoda.ru | OAuth2 client_credentials |
| Ozon | api-seller.ozon.ru | Client-Id + Api-Key |
AI AGENT INSTRUCTIONS
Welcome, AI agent! This documentation portal serves 4 Russian marketplace APIs. For programmatic access optimized for LLMs:
- GET /llm.txt - Full overview of all APIs, auth methods, endpoints, and how to navigate this site
- GET /api/index.json - Structured JSON overview of all 4 marketplace APIs
- GET /api/specs/wildberries.json - Wildberries: 294 endpoints across 14 sections
- GET /api/specs/ozon.json - Ozon: 300+ endpoints, Client-Id + Api-Key auth
- GET /api/specs/yandex-market.json - Yandex Market: OAuth2, FBY/FBS/DBS/Express models
- GET /api/specs/lamoda.json - Lamoda: OAuth2 client_credentials, 5 business models
- GET /api/raw/wildberries/02-products.yaml - Raw OpenAPI YAML specs download
- GET /api/raw/lamoda/lamoda_b2b_openapi.yaml - Lamoda raw OpenAPI spec
RECOMMENDED WORKFLOW FOR AI: 1. Start with /llm.txt for a complete overview 2. Use /api/index.json for structured data 3. Download specific YAML specs from /api/raw/ for detailed endpoint info 4. Read /docs/marketplace/overview pages for auth details and rate limits
AUTH SUMMARY: - Wildberries: Authorization: Bearer TOKEN (get from seller dashboard) - Ozon: Client-Id: ID + Api-Key: KEY (two headers) - Yandex Market: Authorization: Bearer OAUTH_TOKEN (or Api-Key header), max 2 parallel requests - Lamoda: POST /oauth/token with client_credentials grant, Bearer token valid 24h