Create Product
create_productCreate up to 100 new products on Ozon marketplace with required fields including category, name, price, VAT, weight, dimensions, images, and attributes. Returns a task ID to monitor import status.
Instructions
Create one or more new products on Ozon (up to 100 per request). Each product requires: description_category_id (from Ozon category tree), name, offer_id (your article), price, vat, weight, depth, width, height, dimension_unit, weight_unit, images (array of URLs), and attributes. Returns a task_id — check import status with the product import task endpoint. Note: attributes list depends on the chosen category. Use Ozon documentation or /v1/description-category/attribute to get required attributes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of products to create (max 100) |