Shopify
App IntegrationsShopify Node
Overview
Supports the following operations: Get Orders, Create Product, Update Inventory, Manage Customers.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Action to execute |
shopDomain | string | — | Shop Domain for this node |
productData | string | — | Product Data for this node |
inventoryItemId | string | — | Inventory Item Id for this node |
quantity | string | — | Quantity for this node |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{shopify.id}}anyOutput field: id
{{shopify.title}}anyOutput field: title
{{shopify.price}}anyOutput field: price
Examples
Basic Usage
Example configuration:
{
"operation": "value",
"shopDomain": "value",
"productData": "value",
"inventoryItemId": "value",
"quantity": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
- •Verify your connection credentials are configured in Settings > Integrations.
Try Shopify in Your Workflow
Create a free account and start building AI-powered workflows with the Shopify node.
Open Workflow Editor