nike_product
Get detailed Nike product data for a specific color variant, including title, description, pricing, images, sizes, and alternate colors, using slug and style_color identifiers from search results.
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 |