wb_get_stocks
Retrieve a point-in-time Wildberries stock snapshot with quantity, warehouseName, and nmId; set date_from to fetch all current stock rows.
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 |