ulta_product
Retrieve full Ulta Beauty product details by product ID. Returns name, brand, description, pricing, rating, reviews, images, and all shade variants; optional sku picks a specific shade.
Instructions
Get an Ulta Beauty product's full detail. Returns one Ulta Beauty product's full detail: name, brand, description, category, pricing, rating, review count, images, and every purchasable color/shade variant. productId is taken from a search result's product_id field or a product page's URL (e.g. pimprod2020260). sku is optional and selects a specific color/shade variant; an omitted or invalid sku still resolves the base product using its own default variant. An unrecognized productId returns 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Numeric Ulta sku id selecting a specific color/shade variant | |
| productId | Yes | Ulta product id, from a search result's product_id field |