WB API Updates Digest for August 2025
In August, we introduced more than 15 important updates to the API, covering all key areas of marketplace operations — from supply management to customer interaction. In this edition of our monthly digest, we’ve compiled the latest updates and explained the practical benefits you’ll gain from using them.
We’ve added a comprehensive set of methods for working with FBW supplies, including transit routes and detailed supply information.
New Methods:
Practical business benefits:
- Optimization of transit routes. Automatically calculate the cost of delivery via transit warehouses and choose the most cost-effective routes. For example, shipping from China through a transit warehouse in Kazakhstan can save up to 30% in logistics costs.
- Real-time supply tracking. Monitor the status of each supply, the number of accepted goods, and problematic items through a single API interface, significantly reducing reaction time to issues.
Opportunities for developers:
- Automated route selection. Integrate the transit route method into your WMS to automatically calculate the optimal delivery route based on tariffs.
- Supply monitoring. Build a dashboard for tracking supplies with breakdowns by goods and packaging using the new data methods.
Important change from August 18: When creating an FBS supply for shipment to pickup points, it is now enough to specify only the number of boxes. Methods for adding and removing orders from boxes will be disabled.
Changes in methods:
Practical business benefits:
- Faster supply creation. Supply creation time is significantly reduced by removing the order-to-box allocation step.
- Fewer packing errors. Automatic allocation by the WB system eliminates human error and reduces mistakes.
Opportunities for developers:
- Simplified integration. Remove unnecessary logic for order-to-box allocation from your code — simply specify the number of boxes.
- Optimized API requests. Reduce the number of required requests when forming a supply.
Critical change from November 7, 2025: DBW orders (Delivery by WB Courier) will move to a dedicated environment with new URLs.
Key changes:
Practical business benefits:
- Delivery control. Receive real-time courier information to quickly resolve delivery issues and reduce customer complaints.
- Last-mile logistics optimization. Analyze courier data to identify problematic delivery zones and improve processes.
Opportunities for developers:
- Isolated DBW operations. A dedicated environment allows you to configure DBW-specific processes without affecting other sales models.
- Extended delivery data. Integrate courier data into your CRM for complete order tracking.
Critical change from September 1: For goods priced over 20,000 RUB, IMEI submission will be mandatory in DBW, DBS, and Click & Collect models.
Affected methods:
Practical business benefits:
- Fraud protection. Mandatory IMEI registration reduces substitution risks and returns due to mismatches by 85%.
- Faster dispute resolution. IMEI uniquely identifies goods, cutting resolution times from 5–7 days to 1–2 days.
Opportunities for developers:
- Automated IMEI tracking. Integrate IMEI scanning and submission into the warehouse order assembly process via mobile apps.
- Validation during assembly. Add IMEI checks before dispatching orders to prevent blocking.
The Box Tariffs method now includes new fields for more detailed cost calculations.
New fields:
boxDeliveryCoefExpr
— logistics coefficient, %
boxDeliveryMarketplaceBase
— FBS base logistics cost per first liter
boxDeliveryMarketplaceCoefExpr
— FBS coefficient, %
boxDeliveryMarketplaceLiter
— additional liter FBS cost
boxStorageCoefExpr
— storage coefficient, %
geoName
— warehouse geographic location
Practical business benefits:
- Accurate unit economics. Detailed tariff breakdown allows you to calculate actual product profitability with higher precision.
- Optimized stock distribution. Regional coefficient analysis helps distribute goods optimally, reducing logistics costs.
Opportunities for developers:
- Profitability calculator. Build an automated calculator that considers coefficients when determining final product costs.
- Alert system. Configure alerts for coefficient changes to adjust pricing and sales strategy on time.
We’ve added a complete set of methods for managing manual bid campaigns (formerly Auction).
New Methods:
Practical business benefits:
- Flexible ad budget control. Manual bid adjustments allow precise expense management by product and placement, improving ROAS.
- Adaptive promotion strategies. Quickly adjust bids based on seasonality, stock levels, and competition to increase conversions.
Opportunities for developers:
- Automated bid management. Create a system to automatically adjust bids based on ROAS targets and stock availability.
- A/B testing ad strategies. Use new methods to experiment with different bids and placements.
A new wholesale
object has been added to content methods for handling wholesale sales.
Updated Methods:
Practical business benefits:
- Entry into B2B segment. Special cards for wholesale buyers open a new sales channel with higher average order values.
- Differentiated pricing. Set separate prices and conditions for retail vs wholesale buyers, increasing total revenue.
Opportunities for developers:
- Automated wholesale card creation. Generate wholesale offers based on retail cards with applied wholesale coefficients.
- Separate sales tracking. Use the
wholesale
flag to differentiate analytics by buyer type in your BI system.
The review complaint reasons method now includes new categories.
New complaint reasons (ID 11–20):
- Review unrelated to product
- Review posted by competitors
- Spam/advertising in text/photo/video
- Inappropriate content
- Political context
- Threats and insults
Practical business benefits:
- More effective review moderation. Detailed complaint categories increase the likelihood of removing unfair reviews, protecting brand reputation.
- Competitive attack analysis. Detect systematic competitor attacks via reviews and take measures to protect product ratings.
Opportunities for developers:
- Automated complaint categorization. Build a system for pre-analyzing reviews with automatic complaint reason selection.
- Reputation risk monitoring. Configure alerts for reviews showing signs of unfair competition or spam.
The FBS new assembly tasks method now includes financial fields.
New fields:
finalPrice
— payment amount in sale currency × 100
convertedFinalPrice
— payment amount in seller’s currency × 100
currencyCode
and convertedCurrencyCode
— currency codes
Practical business benefits:
- Accurate financial reporting. Get actual sales amounts at the order creation stage for proper accounting.
- Currency control. Track sales in different currencies for better risk management and purchasing planning.
Opportunities for developers:
- 1C integration. Transfer accurate amounts directly into accounting systems without extra calculations.
- Multi-currency analytics. Build reports that include exchange rate effects and currency conversions.
Request limits have been split by sales models and operation types to improve API performance.
Key changes:
- Separate limits for FBS, DBS, and Click & Collect
- Separate limits for metadata methods
- Dedicated limits for warehouses and seller stock
Practical business benefits:
- Faster processing. Split limits allow parallel work with different sales models, speeding up order handling.
- Reduced blocking risks. Isolated limits prevent one area’s activity from blocking another.
Opportunities for developers:
- Parallel processing. Run processes for different sales models simultaneously without hitting shared limits.
- Architecture optimization. Distribute load across microservices according to new limits.
Important change from September 8: Document methods now require mandatory pagination.
Changes:
Opportunities for developers:
- Updated document fetching logic. Add pagination loops to retrieve more than 50 documents.
- Request optimization. Use
limit
and offset
parameters for chunked loading of large datasets.
Critical change by September 10: Automatic removal of small-item stock from unsuitable warehouses.
Required actions:
- Move small-item stock (
cargoType: 1
) away from warehouses for bulky goods (cargoType: 2, 3
)
- Use virtual warehouses with appropriate type
By August 18:
- Update FBS supply creation logic — remove order-to-box allocation
- Remove
orders
array handling from box methods
By September 1:
- Implement IMEI submission for goods over 20,000 RUB in DBW, DBS, and Click & Collect
- Switch from «Turnover Dynamics» to «Stock History»
By September 8:
- Add pagination to document methods
By September 9:
- Switch to new manual bid campaign methods
By September 10:
- Move small-item stock to suitable virtual warehouses
By September 16:
- Stop using Promotion configuration values method
By November 7:
Recommended soon:
- Implement new FBW supply methods
- Process new financial fields in assembly tasks
- Set up wholesale product cards
- Use extended review complaint reasons
The August WB API updates demonstrate a clear development direction: simplifying operational processes, expanding analytical capabilities, and improving financial transparency.
The key to successfully leveraging these updates is a comprehensive approach: don’t just add new fields to existing integrations, but rethink business processes around the new data, as they unlock new opportunities.
Stay tuned for API updates and always test changes in the sandbox before applying them to real data. Wishing you a smooth integration!