Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
Scenario
Your BigCommerce store has hundreds of product reviews across your catalog. You pull reviews for your top products, batch them through Mavera Chat with a customer persona and structured JSON output, and get sentiment scores, recurring themes, and actionable recommendations — ready for a brand health dashboard. Flow: BigCommerceGET /v3/catalog/products/{id}/reviews → Paginate across products → Batch into Mavera Chat (structured output) → Sentiment, themes, recommendations
Architecture
Code
Example Output
Error Handling
Reviews endpoint returns 404
Reviews endpoint returns 404
Not all products have reviews enabled. Filter with
reviews_count > 0 on the catalog products endpoint before fetching reviews.Rate limit 429 responses
Rate limit 429 responses
BigCommerce returns
X-Rate-Limit-Time-Reset-Ms in response headers. Use this for precise retry timing instead of fixed sleeps.