Shopify Action Block
The Shopify Action Block enables you to manage orders, products, and customers in your Shopify store from within your workflows.
⚠️
Requires a Shopify Admin API access token. Create a custom app in your Shopify admin to generate credentials.
Supported Actions
- Manage Orders - Retrieve, create, update, or cancel orders.
- Manage Products - Create, update, or delete products and variants.
- Manage Customers - Create, update, or search customer records.
- Get Inventory - Check inventory levels for products and locations.
- Manage Fulfillments - Create fulfillments and update tracking information.
Configuration
- Store URL - Your Shopify store domain (e.g.,
mystore.myshopify.com). - Access Token - Admin API access token from your custom app.
- API Version - Shopify API version (e.g.,
2024-01). - Resource ID - Order, product, or customer ID for specific operations.
Use Cases
- Automatically create orders when a chatbot captures purchase intent.
- Sync product inventory with external systems and trigger alerts on low stock.
- Build a customer lookup workflow for support agents.