ulta_product_questions
Fetch customer questions and answers for an Ulta Beauty product using its product ID. Returns paginated normalized Q&A pairs, or an empty result when no questions exist.
Instructions
Get an Ulta Beauty product's customer questions and answers. Returns one page of an Ulta Beauty product's normalized customer questions, each with every answer it received. product_id is taken from a search result's product_id field or a product page's URL. A product with zero questions, or a well-formed but unrecognized product_id, returns a normal, empty result rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Result page, 1-based, defaults to 1 | |
| product_id | Yes | Ulta product id, from a search result's product_id field |