ozon_get_products
Retrieve a paginated list of products from your Ozon seller account. Use visibility filter and cursor-based pagination to navigate through items.
Instructions
List Ozon products (one page).
Args: visibility: ALL | VISIBLE | INVISIBLE | ARCHIVED | IN_SALE ... limit: page size (<=1000). last_id: cursor from a previous page (empty for first page). Returns JSON: {"ok": true, "data": {"result": {"items": [...], "last_id": "..."}}}. For every product across pages use ozon_fetch_all with ozon_product_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| last_id | No | ||
| visibility | No | ALL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |