nike_product
Fetch Nike product details by providing the product slug and style-color ID. Returns normalized product data covering pricing, images, sizes, and all color variants.
Instructions
Get a Nike product. Returns normalized product-detail data for one color variant: title, description, pricing, images, every offered size, and every other available color. slug and style_color together reproduce Nike's own product page URL (nike.com/t//) and are both returned by nike-search's product colors[].slug and colors[].style_color fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Product-detail URL slug, from a search result's colors[].slug field | |
| style_color | Yes | Style-color id, from a search result's colors[].style_color field |