macys_product_reviews
Retrieve customer reviews for a Macy's product by numeric ID. Returns one page of normalized reviews and site-wide summary with count, average, recommended ratio, and histogram.
Instructions
Get a Macy's product's customer reviews. Returns one page of a Macy's product's normalized customer reviews, plus a site-wide rating summary (rating count, average rating, recommended ratio, rating histogram) for the product. Sourced from a separate review platform Macy's own product pages embed, distinct from the product catalog itself. product_id is a numeric id, the same one used by GET /macys/product/{productId}. A product with zero reviews, 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 | Numeric Macy's product id, from a product page's ?ID= query parameter |