ozon_get_stocks
Fetch available and reserved stock per product to monitor inventory, filter by visibility, and paginate results with a cursor.
Instructions
Get available + reserved stock per product (v4/product/info/stocks).
Args: visibility: product visibility filter (default ALL). limit: page size (<=1000). last_id: cursor for pagination. Returns JSON with stock per product (present, reserved) per warehouse type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| last_id | No | ||
| visibility | No | ALL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |