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 store has years of order history with seasonal patterns — holiday spikes, summer slowdowns, back-to-school surges. You pull historical orders, aggregate revenue and order count by month, then feed that data to Mave Agent for a campaign calendar with timing, messaging themes, and budget allocation.Architecture
Code
Example Output
Error Handling
Query cost for large order histories
Query cost for large order histories
Fetching 250 orders with line items costs 20–30 query points per request. Monitor
extensions.cost.throttleStatus.currentlyAvailable. For 50k+ orders, filter by quarterly date ranges or use Shopify Bulk Operations.Mave Agent response truncated
Mave Agent response truncated
If the summary exceeds the context window, aggregate quarterly instead of monthly and limit to top 3 products per period. Split into two calls — pattern identification, then campaign planning.