Publication date: 06.01.2026
In December 2025, Wildberries released 18 API updates — the busiest month of the year. Key highlights: CPC campaign support (cost per click), transition from barcodes to chrtId in inventory methods, new Seller User Management service, and numerous improvements to financial reports.
Disclaimer: Practical recommendations in this digest are based on integration experience and may vary depending on your specific implementation.
Ready-to-use Postman Collection: For convenient API testing and development, we've prepared a collection of methods from this digest. Import it into your Postman, set your API key in the api_key variable, and start working with the methods right away.
| Deadline | What's Changing | Required Actions |
|---|---|---|
| January 15 | Disabling fixed phrases and keyword statistics methods | Migrate to Search Clusters methods |
| January 20 | Disabling "Substitutions" and "Characteristics Change" methods | Migrate to new "Substitution and Incorrect Attachments" method |
| January 27 | Disabling legacy warehouse measurements method | Migrate to new dimension reports methods |
| February 2 | Disabling standard bid campaign methods (type 8) | Switch to type 9 campaigns |
| February 9 | Discontinuing barcode usage in inventory methods | Switch to chrtId |
| March 11 | Disabling "Supplies" report method | Use "Supplies Information" section methods |
The major update of the month in the advertising API — you can now create and manage campaigns with cpc payment type — cost per click.
payment_type parameterFor Business:
For Developers:
payment_type parameter allows explicit payment type specification when creating campaignsWildberries continues campaign unification. On February 2, methods for standard bid campaigns (type 8) will be disabled:
Use type 9 campaigns with the bid_type parameter to specify bid type.
On January 15, the following will be disabled:
Up-to-date methods for working with search clusters and negative phrases are available in the Search Clusters subsection.
The search cluster statistics method has been moved to the Statistics subsection.
Important change for everyone working with seller warehouse inventory. Added chrtId — product size ID — to the methods:
Migration Deadline: Starting February 9, barcodes (SKU) will no longer be used for inventory management.
A product can only have one chrtId. You can get it using the Product Cards List method.
chrtId mappingchrtIdchrtId before February 9Added method for getting product brands by subject ID.
Use it when creating product cards — you can specify any brand that is available for the subject you need.
Added status values for cross-border DPX shipments in the wbStatus field of the Get Assembly Orders Statuses method response:
accepted_by_carrier — accepted by carrier (the order is handed over to delivery service in the seller country)sent_to_carrier — dispatched to carrier (the order is on the way to delivery service's warehouse in the seller country)Similar statuses added to the Status History for Cross-Border Orders method:
dispatched_to_delivery_service — the order is handed over to delivery service in the seller countryon_way_to_delivery_service — the order is on the way to delivery service's warehouse in the seller countryExpanded sticker retrieval capabilities — now the Get Stickers method works not only for orders in confirm status (in assembly), but also in complete status (in delivery).
This is useful when you need to reprint a lost or damaged sticker for an order that has already been handed over for delivery.
Added a new API section — Seller User Management. Now via API you can:
Important: You can manage user access only with a token from the active owner of the seller account.
For Business:
For Developers:
December brought numerous updates to financial reports.
Added the delivery_method field with information about the sales method and cargo type to the details for the realization reports.
Now you can match report items with rates based on the delivery method. The field is only displayed for FBS, FBW, and DBW models.
Added fields with information about seller own promos with additional discounts:
seller_promo_id — seller own promo ID with additional discountseller_promo_discount — additional discount from seller promo, %The Realization Sales Report method now returns 204 No Data when there is no data, instead of an empty array [] in the 200 Success response.
Action Required: Update response handling — add status 204 check as a valid response with no data.
Added the new method for getting the Substitution and Incorrect Attachments report.
On January 20, legacy methods will be disabled:
Added new methods:
The deprecated method will be disabled on January 27.
Starting March 11, the deprecated method for getting the Supplies report will be disabled.
Use the Supplies Information methods to get supply data.
In the response of the Chat List method, added the lastMessage object:
text — message textaddTimestamp — message timeThis allows displaying chat previews without additional requests to fetch message history.
Added responses with moderation statuses for the Get File from the Message method:
202 — the file is under moderation451 — moderation failedNow you can properly handle situations when a file is still being reviewed or was rejected.
Starting from December 8, the maximum value of the limit parameter in the Product card statistics for the period method is 1000. The offset parameter remains unchanged.
If your integration used a value greater than 1000, update the pagination logic.
chrtId in all inventory methodschrtId mapping for all productspayment_type)delivery_method and seller_promo_* fields to financial reportingOfficial Documentation and Resources