Overview
Queries Tibetan Spirit's Shopify store for real-time data when agents need fresh data not yet synced to Supabase.
When to Use
- Specific order lookup for CS enrichment (freshest data)
- Product search by SKU/name against live catalog
- Real-time low stock check
- Customer info for CS enrichment
- Do NOT use for: aggregate reports (use Supabase), bulk data sync (use
scripts/backfill_shopify.py), write operations (not supported)
Workflow
- Determine query type (order, product, inventory, recent-orders, customer)
- Run the appropriate command from
references/query-patterns.md
- Parse JSON response; handle
{"error": "..."} if present
- Log any customer data access with purpose (CCPA compliance)