Skip to main content

Shopify Trigger

The Shopify Trigger starts an orchestration when a specified event occurs in your Shopify store — such as an order being created, a cart updated, or a product changed. Shopify Trigger Node

Use Cases

  • Trigger an order fulfillment workflow when a new order is placed
  • Notify a Slack channel when a customer abandons their cart
  • Sync product changes to an external system when a product is updated
  • Run post-purchase AI workflows when checkout completes

Credentials

This node requires a Shopify credential. To create a credential:
  1. Go to Settings → Credentials → New Credential
  2. Select Shopify
  3. Enter your Shopify store URL and API access token

Node Reference

Parameters

Webhook URL

The Shopify Trigger displays a unique Webhook URL in the node panel. Register this URL in your Shopify app’s Webhooks settings (Admin → Settings → Notifications → Webhooks).

Event Types


Output Data

The trigger outputs the full Shopify webhook payload for the event. For an Order Created event:
Reference fields in downstream nodes:

  • Shopify — Read and update Shopify data within an orchestration
  • Slack — Send a notification when an order event occurs
  • AI Agent — Process order data with an LLM