/ozon/products

POST /api/ozon/products

Price: 1 credit

Get one Ozon (ozon.ru) product by SKU or product URL: title, Ozon-card price, price without the card, struck-through original price and discount percent, availability and units in stock, rating and review count, brand and category path, gallery images and videos, the selling shop with its rating, lifetime order count and legal entity, the full specification table, the seller description with its images, package contents, colour and memory variants pointing at their own SKUs, and the number of competing seller offers.

How to use it

The SKU is the only load-bearing part of an Ozon product URL, so a URL whose slug is stale or wrong still resolves as long as the trailing number is right, and a bare SKU is accepted. A seller id or a made-up number answers 412 rather than a wrong product. `price` is what a buyer paying with an Ozon card sees, `price_without_card` appears only when the two differ, and `original_price` only when the seller struck one through. `stock_quantity` is the units this one shop has left, not the product's total availability on Ozon — `other_offers_count` counts the competing shops, which ozon/products/offers lists with their prices. Prices, stock and `delivery_region` are quoted for the Russian region the request lands in, which is set by the exit and is not selectable. `characteristics` is the full spec table keyed by Ozon's own attribute keys (`VolumeMemoryPhone`, `Color`), and `aspects` gives the sibling SKUs for each colour or memory option, so read a variant's own SKU back into this endpoint rather than assuming its price matches.

Parameters

Request body

Response

Errors

Response headers