Get Ozon product details
ozon_product_detailsRetrieve product details for any SKU, URL, or slug, including price, seller, delivery, and characteristics. Choose compact mode for essential data or rich mode for full images and nutrition facts.
Instructions
Product card. Default compact=true: price, seller, location, delivery, characteristics, nutrition{} (proteinG/carbsG/fatG/kcal/per — auto-loads features for food-like cards). imageDataUri:true → small Data URI thumbnail for canvases. compact:false / rich:true keeps images[] URLs + full description. For ALL specs: ozon_product_specs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Alias for product (same meaning) | |
| rich | No | Alias for compact:false — return full payload | |
| compact | No | Default true: slim fields (saves context). false or rich:true returns full nested variants/images/filters. | |
| product | No | SKU, URL, or slug | |
| imageSize | No | Thumbnail edge for imageDataUri (default 200) | |
| imageDataUri | No | Fetch first image as data:<mime>;base64,… (wc200 by default) | |
| enrichNutrition | No | Default true: for food-like cards fetch features to fill nutrition{} |