oldnavy_product_reviews
Fetch a page of customer reviews and the overall rating summary for Old Navy, Gap, Banana Republic, or Athleta products using a color-specific product ID.
Instructions
Get reviews for an Old Navy, Gap, Banana Republic, or Athleta product. Returns one page of a product's customer reviews (author, date, rating, headline, body, and verified-purchase flag), plus the product's overall rating summary (average rating, rating count, per-star histogram, and recommended ratio). pid is a color-specific product id, as returned by oldnavy-search's product colors[].id field (not the bare base product id) -- the same pid oldnavy-product accepts. Select the storefront with the brand parameter (on for Old Navy, gap for Gap, br for Banana Republic, at for Athleta; defaults to on) -- it must match the brand the pid was found under. A product with no reviews yet returns a well-formed empty result, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Color-specific product id, from a search result's colors[].id field | |
| page | No | One-based page, 10 reviews per page | |
| brand | No | Storefront the pid belongs to |