List Products
list_productsRetrieve a list of products from your Ozon seller account. Filter by visibility, offer IDs, or product IDs, and paginate results with a cursor.
Instructions
Get a list of all products in the Ozon seller account. You can filter by visibility status: ALL, VISIBLE (on sale), INVISIBLE (hidden), EMPTY_STOCK (out of stock), NOT_MODERATED (pending review), MODERATION_BLOCK (blocked), DISABLED (archived). Supports pagination via last_id. Returns product_id and offer_id for each product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of products to return (default: 100, max: 1000) | |
| last_id | No | Cursor for pagination (from previous response) | |
| offer_ids | No | Filter by seller article IDs (offer_id) | |
| visibility | No | Filter by product visibility status. Default: ALL | |
| product_ids | No | Filter by Ozon product IDs |