Get product detail
oskelly_get_productFetch all details of an oskelly.ru product by numeric ID or URL: description, condition, attributes, size chart with stock and pricing, breadcrumbs, images, tags, and seller profile.
Instructions
Fetch the full detail of a single oskelly.ru product by numeric id or product URL: description, condition, all attributes (material/colour/...), full size chart with per-size stock and pricing, breadcrumbs, every image, tags, and the seller's public profile. NOTE: oskelly.ru has no public JSON endpoint for a single product (/api/v2/products/{id} returns 404), so this reads the server-rendered Nuxt payload embedded in the product page and decodes it with the official devalue library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | Numeric product id (e.g. "4703659") or a full product URL (e.g. "https://oskelly.ru/products/kurtka-christian-dior-pre-owned-4703659"). | |
| verbose | No | Return the raw upstream payload instead of the compact projection. Much larger. |