ozon_get_prices
Retrieve per-product prices, commissions, and price indexes from Ozon Seller API to monitor marketplace pricing and make informed decisions.
Instructions
Get prices, commissions and price indexes per product (v5/product/info/prices).
Args: visibility: product visibility filter (default ALL). limit: page size (<=1000). cursor: pagination cursor from a previous response. Returns JSON with price, marketing_seller_price, min_price, commissions, price_indexes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| visibility | No | ALL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |