Retrieve BigCommerce product reviews via the Catalog API

domain: bigcommerce.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Authenticate with a store-level API account that has the Products read scope; include X-Auth-Token header on all requests.
  2. List all reviews for a specific product via GET https://api.bigcommerce.com/stores/{store_hash}/v3/catalog/products/{product_id}/reviews — returns a paginated data array of review objects.
  3. Each review object includes: id, title, text, status (approved, disapproved, pending), rating (1-5), reviewer fields (email, name), and date_reviewed.
  4. Filter reviews by status via query parameter: GET /v3/catalog/products/{product_id}/reviews?status=approved to retrieve only published reviews.
  5. Update a review's status (e.g., approve a pending review) via PUT /v3/catalog/products/{product_id}/reviews/{review_id} with body: {status: 'approved'}.

Known gotchas

Related routes

Import and update products in a BigCommerce store via the Catalog API
bigcommerce.com · 6 steps · unrated
Retrieve customer review and business performance report data via the MoeGo Open API
openapi.moego.pet · 5 steps · unrated
manage products and variants with the bigcommerce catalog api including rate limits
bigcommerce.com · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans