get_product
Fetches detailed product information by product ID or SKU for any Czech DIY retailer, delivering the data needed for stock checks and price comparisons.
Instructions
Get detailed product information by product ID / SKU.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| retailer | Yes | ||
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| ean | No | ||
| url | No | ||
| gtin | No | ||
| name | Yes | ||
| brand | No | ||
| image | No | ||
| price | No | ||
| category | No | ||
| currency | No | ||
| retailer | Yes | ||
| promotion | No | ||
| fetched_at | Yes | ||
| unit_price | No | ||
| description | No | ||
| manufacturer | No | ||
| package_unit | No | ||
| original_price | No | ||
| specifications | No | ||
| unit_price_unit | No | ||
| package_quantity | No | ||
| online_availability | No | UNKNOWN | |
| minimum_order_quantity | No |