Publication date: 29.08.2025
API (short for Application Programming Interface) is an interface that allows software to automatically exchange data with Wildberries.
Put simply, the WB API lets you integrate your online store, warehouse, ERP/WMS/OMS/CRM, or another system with Wildberries—to automate operations and scale your business.
Why use the WB API:
There are two main approaches to working with the WB API:
Base the decision on your business goals and technical resources.
An endpoint is a specific URL through which you access a particular WB API function. Endpoints are grouped into categories by task. Together, these categories make up the WB API.
A token is a unique access key for working with the WB API. It’s required to authorize requests that your application sends to Wildberries services. Without a token, access to your store data isn’t possible, so it’s important to keep it secure and not share it with third parties unless necessary.
You can create a token in your Wildberries seller account:
The owner of the Wildberries seller account can create a token (after first creating the seller account).
Several token types exist:
You can create up to 20 tokens per store.
OAuth 2.0 is a secure and convenient authorization protocol that allows services to access your account without sharing your password or API key.
We recommend using OAuth 2.0 to connect partner services from the Wildberries solutions catalog. OAuth is more convenient and secure than a regular token because you can revoke access for a specific application at any time without replacing the token for other integrations. In addition, a service receives only the data necessary for its operation with this token.
The required token category is shown in the notes for the section where the method is described.
You can also review the list of token categories for all methods in the WB API documentation.
We recommend creating a separate token for each group of tasks or endpoint to keep your data secure.
You can reissue (create a new) or revoke (delete) a token in «👤 Profile → API Integrations» in your seller account.
Do this if a token is lost, compromised, or the store owner has changed.
After reissuing, the old token will stop working, and access will be possible only with the new token.
A regular (non-OAuth) token expires after 180 days. OAuth tokens renew automatically. Technically, an OAuth 2.0 access token is valid for 12 hours, and the refresh token for up to 30 days.
You can check token status and expiration in «Settings → API Integrations» in your account.
The Catalog of ready-made solutions is the official list of vetted services and applications from Wildberries partners, designed to integrate your business with the marketplace without building your own solutions. To use the catalog:
The catalog provides:
Services in the catalog differ by functionality, cost, integrations with various systems, and level of support. To choose the right service:
To add your service to the catalog of ready-made solutions:
To set up integration with 1C via the WB API:
Read more about integrating 1C and Wildberries in a separate article
To migrate product cards from other marketplaces:
Official documentation, sample requests, method descriptions, and other key information about the WB API are available at dev.wildberries.ru. You’ll find everything you need for quick integration and effective API usage.
There are currently no official SDKs or libraries from Wildberries. However, the developer community actively creates unofficial libraries in popular languages (e.g., Python, PHP, JavaScript), which can be found on GitHub or via a web search. Before using third-party solutions, make sure they are up-to-date and reliable.
Examples of integrations and real-world case studies are available on dev.wildberries.ru in the “Cases” section. You’ll find clear scenarios and step-by-step instructions for implementing and configuring the API for different business tasks.
To contact technical support:
The more detailed the description, the faster you’ll receive help.
Information about upcoming events, recordings of previous webinars, and additional materials can be found in the “Events” section at dev.wildberries.ru.
Guides are detailed step-by-step instructions that help you quickly master new features, avoid common mistakes, and solve specific tasks when working with the WB API. For example:
List of instructions by documentation section:
📖 Links to guides are also provided in the WB API documentation—in blocks with a book icon.
The Developer Account is a special section of the Wildberries site where you can receive notifications about technical changes and API updates.
The Community is a platform for communication and knowledge-sharing among developers and sellers using the WB API. Here you can ask questions, get expert advice, and learn about current issues and community-driven solutions.
Read more about the community in a separate article.
API Status is a monitoring tool for the status of services and the WB API. It allows you to quickly check:
You can use API Status via this link.
Token decoding is the process of extracting information from a token to verify its parameters (e.g., access rights and expiration). Remember that a token contains confidential information and should only be decoded in a secure environment.
You can decode a token via this link.
The sandbox is a separate test environment that allows you to verify your application or integration with the WB API without risking your real business data. It’s used for debugging and testing functionality before launching in production.
To work with the sandbox:
Examples of requests and endpoints can be found in the official WB API documentation at dev.wildberries.ru
The sandbox has the following limitations: