Prerequisites
The following example requires a Shopify Admin API access token with appropriate scopes. Set the following environment variables:SHOPIFY_SHOP_NAME: Your Shopify shop name (e.g., “my-store” from my-store.myshopify.com)SHOPIFY_ACCESS_TOKEN: Your Shopify Admin API access token
read_orders(for order and sales data)read_products(for product information)read_customers(for customer insights)read_analytics(for analytics data)
Example
The following agent will analyze sales data and provide insights.shopify_tools.py
Toolkit Params
Toolkit Functions
Developer Resources
- View Tools