Shopify
For e-commerce tenants, Shopify is a primary data source for the CFO (revenue recognition, refund-rate runway impact), the CRO (customer reactivation campaigns based on dormancy windows), and the CMO (review monitoring + abandoned-cart recovery email designs).
The CRO’s reactivation handler reads Shopify customer-order history to identify dormant customers, build win-back segments, and generate tailored offers. The CMO’s content pipeline can pull product feeds for SEO-optimized collection pages and post-purchase email automations.
Connector tools
| Tool | What it does |
|---|---|
get_sales_summary | Revenue, order count, and average order value for a date range |
get_top_products | Best-selling products by revenue or quantity |
get_inventory_status | Current inventory levels with low-stock alerts |
get_customer_insights | Customer segmentation: new vs returning, top spenders, LTV distribution |
get_recent_orders | Latest orders with fulfillment and payment status |
get_abandoned_checkouts | Incomplete purchases for recovery outreach |
Configuration
Shopify connects via the Shopify App Bridge OAuth flow with the
read_orders, read_customers, read_products, read_inventory scopes. Webhooks
for order, refund, and customer events are auto-registered on connect.
Detailed setup walkthrough lands in a future docs phase.