August
2025
New
New
Added new methods for campaigns with custom bid, previously, Auction:
Starting from September 9, it will be impossible to get campaigns with custom bid and change their bids using the Campaigns information and Changing bids methods.
New
New
Added list of complaint reasons submitted through the seller portal in the response of the method for getting list of reasons for complaints about feedbacks and product issues:
The lists of complaint reasons on the seller portal and in the API are different. It is not possible to submit a complaint via the API using a reason from the seller portal.
If a complaint is submitted via the seller portal (for example, 13
— Spam in the text), the reason specified on the portal (13
— Spam in the text) will be displayed in the responses of the methods for getting the feedback by ID, feedbacks list and the list of archived feedbacks.
If a complaint is submitted via the API (for example, with reason 3
— Spam), the reason passed via the API will be displayed in the responses of the same methods, while the corresponding reason from the seller portal list (13
— Spam in the text) will be displayed on the seller portal.
Changed
Changed
Starting September 1, IMEI is required for products costing 20,000 rubles or more for assembly orders of DBW, DBS, and In-Store Pickup models.
If the IMEI is not specified:
Changed
Changed
Now in the sandbox In-Store Pickup assembly orders automatically receive the same orderCode,
if you create multiple assembly orders with a single request. The generated orderCode
is passed in the response of the method of getting new assembly orders.
Deprecated
Deprecated
Now when forming a supply for delivery to a pickup point, it is enough to specify the number of boxes when adding them to the supply. It is no longer necessary to add a list of assembly orders to the box.
Starting August 18, will be disabled:
orders
array will be removed from the method responseNew
New
Added new fields to the response of the Box tariffs method:
boxDeliveryCoefExpr
— coefficient Logistics, %. The logistics cost is multiplied by it. Already included in the tariffsboxDeliveryMarketplaceBase
— FBS logistics of the first liter, ₽boxDeliveryMarketplaceCoefExpr
— coefficient FBS, %. The FBS logistics cost is multiplied by it. Already included in the tariffsboxDeliveryMarketplaceLiter
— FBS logistics of every next liter, ₽ boxStorageCoefExpr
— coefficient Storage, %. The storage cost is multiplied by it. Already included in the tariffsgeoName
— country, for Russian Federation — federal district The field boxDeliveryAndStorageExpr
will be removed on August 19.
New
New
Separate environment for working with DBW model methods:
https://marketplace-api.wildberries.ru/api/v3/dbw/...
Information on all DBW methods is now in the new DBW Orders section of the documentation.
Changed
Changed
Divided rate limits for Marketplace methods according to sales models:
Separated the limits for getting and deleting metadata for FBS, DBS, and In-Store Pickup from the limits for methods for adding metadata.
Allocated separate rate limits for methods:
New
New
Changes in the FBW Supplies section:
July
2025
New
New
To the response of the method Chat List added new object goodCard
with information about the product card, for which the buyer started the chat:
date
— order dateneedRefund
— has refund been requestednmID
— WB articleprice
— actual price with all discounts applied. Charged to the buyerpriceCurrency
— currencyrid
— unique order IDsize
— product sizestatusID
— product statusNew
New
In the sandbox added new fields with the final product price that the customer paid to the information about DBS and In-Store Pickup assembly orders:
• finalPrice
— the price in the currency of sale including all discounts, multiplied by 100
• convertedFinalPrice
— the price in the currency of seller’s country including all discounts, multiplied by 100
Also added new fields to the information about In-Store Pickup assembly orders in the sandbox:
• convertedPrice
— the price in the currency of seller’s country including all discounts, except the WB Wallet discount, multiplied by 100
• convertedCurrencyCode
— the currency code of the seller's country
The prices are provided for informational purposes.
New fields are added to the responses of the methods:
Changed
Changed
officeID
field — ID of the WB warehouse associated with the seller's warehouse — to the methods:
destinationOfficeId
field — ID of the destination office for the supply — to the methods:
Starting from September 1, in the method for adding assembly orders to a supply, an error 409
will be returned if the officeID
of the assembly order does not match the destinationOfficeID
of the supply.
The destinationOfficeId
field will only be present in new supplies. If the supply has a cargoType
field, changes will not affect it.