Shopify
App IntegrationsShopify Node
Overview
Supports the following operations: Get Orders, Create Product, Update Inventory, Manage Customers.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Configuration field for operation |
shopDomain | string | — | Configuration field for shopDomain |
productData | string | — | Configuration field for productData |
inventoryItemId | string | — | Configuration field for inventoryItemId |
quantity | string | — | Configuration field for quantity |
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.
Try Shopify in Your Workflow
Create a free account and start building AI-powered workflows with the Shopify node.
Open Workflow Editor