Docs/App Integrations/Shopify

Shopify

App Integrations

Shopify Node

Overview

Supports the following operations: Get Orders, Create Product, Update Inventory, Manage Customers.

Configuration

PropertyTypeDefaultDescription
operationstring—Configuration field for operation
shopDomainstring—Configuration field for shopDomain
productDatastring—Configuration field for productData
inventoryItemIdstring—Configuration field for inventoryItemId
quantitystring—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