Publication date: 24.07.2025
The Chat List method now includes a new goodCard
object, which enhances customer request handling. Each chat is now automatically enriched with full order context:
date
— order dateneedRefund
— whether a refund was requestednmID
— WB SKUprice
— actual price with all discounts appliedpriceCurrency
— currencyrid
— unique order IDsize
— product sizestatusID
— product statusPractical business benefits:
Imagine a typical situation: a customer writes «I have an issue with my order.» Previously, a manager had to ask for the order number, then search for it in the system, clarify details, and only then proceed. Now all information is available immediately when the request arrives. This shortens resolution time, benefiting both the seller and the customer.
Opportunities for developers:
The new fields enable advanced automation systems:
needRefund
to automatically route refund-related chats to the right department or specialists.nmID
to identify products generating the most customer complaints.The sandbox for DBS and Click & Collect models now includes important fields for handling international sales:
For DBS and Click & Collect:
finalPrice
— price in sale currency including all discounts × 100convertedFinalPrice
— price in seller’s country currency including all discounts × 100Additional for Click & Collect:
convertedPrice
— price in seller’s country currency including all discounts except WB Wallet discount × 100convertedCurrencyCode
— seller’s country currency codeAffected methods:
Practical business benefits:
For companies operating in international Wildberries markets, these fields solve key financial accounting challenges. Example: a Russian company sells goods in Kazakhstan. The buyer pays in tenge, but accounting is done in rubles. The new fields allow:
convertedPrice
(for Click & Collect) shows the price excluding WB Wallet discounts, allowing precise evaluation of loyalty program impact on margins.Opportunities for developers:
The weekly sales report details now include two key fields:
cashback_amount
— amount withheld for accrued loyalty pointscashback_discount
— compensation of loyalty program discountPractical business benefits:
Wildberries loyalty programs are a powerful tool for customer acquisition. These fields bring clarity:
cashback_amount
equals 5% of revenue and repeat purchases increased by 15%, ROI becomes more transparent.Opportunities for developers:
The Returns & Transfers Report now includes five new fields:
reason
— return reasonorderId
— assembly task numberreadyToReturnDt
— date and time when return became ready for pickupexpiredDt
— expiration date and time of return storagecompletedDt
— date and time return was issued back to sellerPractical business benefits:
Returns are a valuable source of data on product quality and customer satisfaction. These fields transform return management:
reason
helps categorize and identify patterns. If 30% of returns for a product are due to size mismatch, that signals the need to adjust size charts or descriptions.readyToReturnDt
, expiredDt
, completedDt
) enable SLA tracking. If average time from ready to completed is 5 days, with a 7-day storage period, logistics efficiency should be reviewed.expiredDt
helps prevent losses from unclaimed returns. Automated notifications 2–3 days before expiration can save significant costs.Opportunities for developers:
expiredDt
approaches and integrate with email notifications for fast response.From July 21, sellers can set product expiration dates in FBS assembly task metadata. This includes:
expiration
in requiredMeta
confirm
)Important restriction: expiration dates cannot be deleted, only updated.
Practical business benefits:
For sellers of food, cosmetics, and supplements, this is a game-changer:
Opportunities for developers:
expiration
in requiredMeta
and block expired shipments.New fields were added to FBS supply and assembly task methods:
officeID
(WB warehouse ID linked to seller’s warehouse) in:destinationOfficeId
(destination warehouse ID for supply) in:Important change from September 1, 2025: The add assembly task to supply method will return error 409 if officeID
doesn’t match destinationOfficeId
.
Practical business benefits:
The WB warehouses method now includes federalDistrict
— the Russian federal district of the warehouse. null
indicates warehouses outside Russia or without district data.
Practical business benefits:
Opportunities for developers:
The warehouse list method now includes availability flags:
isActive
— warehouse available as a destinationisTransitActive
— warehouse available as a transit hubAdditionally, from July 14 the acceptance options method is limited to 6 requests per minute.
Practical business benefits:
isTransitActive
enables building advanced routes through transit warehouses, cutting delivery times by 20–30%.Opportunities for developers:
By September 1, 2025 (mandatory):
officeID
and destinationOfficeId
.Recommended soon:
The July WB API updates show a clear platform development path: improved transparency, better quality control, and optimized logistics. Each innovation is not just a technical improvement but a tool for building a more efficient and profitable marketplace business.
The key to success is a comprehensive approach: don’t just add new fields, rethink business processes around the new data.
Stay tuned for API updates and always test changes in the sandbox before applying them to real data. Wishing you a smooth integration!