Publication date: 30.07.2024
We are excited to introduce three new APIs and several new methods.
First on our list is a new API for retrieving commission rates by product categories:
/api/v1/tariffs/commission
Authorization and Parameters:
locale
: Language for the parentName
and subjectName
fields in the response (options: ru
, en
, zh
).For more details, refer to the documentation.
Wildberries has also introduced an API for handling product returns by customers:
New methods:
Another new API for retrieving reports on penalties for product characteristic changes:
/api/v1/analytics/characteristics-change
Authorization and Parameters:
dateFrom
: Start of the reporting period (format: YYYY-MM-DD).dateTo
: End of the reporting period (format: YYYY-MM-DD).For more details, refer to the documentation.
New API methods are available to obtain information for shipment formation:
Authorization requires generating and using a token with the «Shipments» option.
We are pleased to announce support for the OAuth2.0 standard, which simplifies the connection of third-party services to your Wildberries account.
For more details, refer to the OAuth2.0 documentation.
Please note the changes that took effect this month.
On May 15, the image format for URLs transmitted in the photos
array in the responses of the get/cards/list
and get/cards/trash
methods was changed from JPG to WEBP. You can still upload images in 5 formats, but you will receive the image in WEBP format via the link.
Following changes in the personal account, the fields giDate
, giFixDateFrom
, and giFixDateTill
— supply and tariff fixation dates — have been replaced with tariffFixDate
and tariffLowerDate
— tariff fixation and reduction dates — in the paid storage report. For more details, refer to the documentation.
A new field total
— the total cost of acceptance in kopecks — has been added to the paid acceptance report. total
will replace the outdated sum
field — the total cost of acceptance in rubles without kopecks. The sum
field will be disabled on June 10. For more details, refer to the documentation.
We remind you that since November 2023, the validity period of all authorization tokens is 180 days. After the expiration date, token records are deleted from the generation page. To ensure uninterrupted API operation, generate new tokens in advance and replace the old ones in your integration. The token validity period can be viewed on the generation page or obtained on the decoding page.
These were all the API updates for May. Stay tuned for news in our monthly column.