wb_get_stocks
Retrieve current Wildberries stock levels across warehouses. Get a point-in-time snapshot with quantity, warehouse, and product IDs to monitor available inventory.
Instructions
Get the current Wildberries stock snapshot (Statistics API, 1 req/min).
Stocks have no history — this is a point-in-time snapshot. Use an early date_from to get the full current set.
Args: date_from: RFC3339 date; default "2020-01-01" returns everything in stock now. Returns JSON: {"ok": true, "data": [ stock rows ]} with quantity, warehouseName, nmId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_from | No | 2020-01-01 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |