Publication date: 10.06.2025
Error messages in API responses for pricing and discount methods have been revised. The new texts offer clearer and more detailed explanations of the causes, simplifying debugging and improving usability.
For example, a previous error message for exceeding item limits used to be:
{
"errorText": "Goods number limit exceeded"
}
Now it reads more informatively:
{
"errorText": "Upload limit exceeded: You can upload a maximum of 1000 items"
}
We’ve launched a new sandbox specifically for working with DBS orders. Developers can now test:
A dedicated method has also been added for creating DBS assembly tasks in the test environment.
This tab has seen major improvements. It now includes:
Starting May 20, a new groupId
field has been added to methods retrieving new and completed assembly tasks. This links tasks by warehouse and transaction, providing insights into paid delivery. A dedicated method to retrieve paid delivery info has also been introduced.
The response of the commission retrieval method now includes:
kgvpPickup
– Commission for the “Pickup” modelkgvpBooking
– Commission for the “Reservation” modelThis allows sellers to better calculate profitability and manage pricing strategy.
Wildberries is gradually moving away from direct file links in messages. Instead, files will now be accessed using a unique downloadID
field present in message structures. This ID can be used with a separate method to download the file. Direct links will be phased out over time.
In May, a new guide on working with DBS orders was published. It includes a comprehensive explanation of API methods for DBS and EDBS models, method call sequences, and intuitive process flowcharts.
Also released were up-to-date integration use cases from TD BMM and “Mikh Hobby,” helping sellers adopt and leverage the API more efficiently.
As of early June, separate rate limits (10 requests per minute) are enforced for methods related to creating and editing product cards (/cards/upload
, /cards/upload/add
, /cards/update
). It’s recommended to group as many product cards as possible into a single request to optimize API usage.
May’s WB API updates reflect the platform’s commitment to improving developer and seller experience through greater transparency and convenience. Stay tuned to our digests to keep up with all the key changes and innovations!