Skip to content
← Back to documentation
Technical Reference

Shopify

Connect Shopify with Flows360 to automate workflows and keep commerce data in sync.

CategoryE-commerce
Authenticationcustom
Version0.3.0
Published scopes0 published scopes
Last updatedSeptember 23, 2026

Overview

Connect Shopify with Flows360

Connect Shopify with Flows360 to automate workflows and keep commerce data in sync.

Use the Shopify connector to include its declared actions and events in Flows360 workflows without duplicating the integration logic inside each consuming system. This pinned connector version currently exposes 27 actions and 6 triggers.

Available actions

  • Adjust Inventory Level
  • Cancel Order
  • Close Order
  • Create Collect
  • Create Customer
  • Create Draft Order
  • Create Fulfillment Event
  • Create Order
  • Plus 19 additional declared actions.

Available triggers

  • New Abandoned Checkout
  • New Cancelled Order
  • New Customer
  • New Order
  • Updated Product
  • New Paid Order

The capability list above is generated from the exact reviewed connector package so the public description stays aligned with the version Flows360 operates.

Technical guide

Technical reference

Package identity

  • Connector: Shopify
  • Package: @activepieces/piece-shopify@0.3.0
  • Exact artifact digest: sha256:dea4b682511dd5941004211ea484965b198b5f8fe3b6e5816f3ed5e076f61e73
  • Runtime: Activepieces-compatible deterministic worker
  • Source: the exact reviewed Activepieces source

Authentication

CUSTOM AUTH. Connection values are tenant-specific and remain in the consuming Studio instance; CDK stores definitions and field metadata, not customer credential values.

Action contracts

  • Adjust Inventory Level (adjust_inventory_level), Adjust inventory level of an item at a location. Classification: read.
  • Cancel Order (cancel_order), Cancel an order. Classification: read.
  • Close Order (close_order), Close an order. Classification: read.
  • Create Collect (create_collect), Add a product to a collection. Classification: read.
  • Create Customer (create_customer), Create a new customer. Classification: read.
  • Create Draft Order (create_draft_order), Create a new draft order. Classification: read.
  • Create Fulfillment Event (create_fulfillment_event), Create a new fulfillment event. Classification: read.
  • Create Order (create_order), Create a new order. Classification: read.
  • Create Product (create_product), Create a new product. Classification: read.
  • Create Transaction (create_transaction), Create a new transaction. Classification: read.
  • Get Asset (get_asset), Get a theme's asset. Classification: read.
  • Get Customer (get_customer), Get an existing customer's information. Classification: read.
  • Get Customers (get_customers), Get an existing customers. Classification: read.
  • Get Customer Orders (get_customer_orders), Get an existing customer's orders. Classification: read.
  • Get Fulfillment (get_fulfillment), Get a fulfillment. Classification: read.
  • Get Fulfillments (get_fulfillments), Get an order's fulfillments. Classification: read.
  • Get Locations (get_locations), Get locations. Classification: read.
  • Get Product (get_product), Get existing product. Classification: read.
  • Get Product Variant (get_product_variant), Get a product variant. Classification: read.
  • Get Products (get_products), Get existing products by title. Classification: read.
  • Get Transaction (get_transaction), Get an existing transaction's information. Classification: read.
  • Get Order Transactions (get_transactions), Get an order's transactions. Classification: read.
  • Update Customer (update_customer), Update an existing customer. Classification: read.
  • Update Order (update_order), Update an existing order. Classification: read.
  • Update Product (update_product), Update an existing product. Classification: read.
  • Upload Product Image (upload_product_image), Upload a new product image. Classification: read.
  • Custom API Call (custom_api_call), Make a custom API call to a specific endpoint Classification: read.

Trigger contracts

  • New Abandoned Checkout, polling.
  • New Cancelled Order, webhook.
  • New Customer, webhook.
  • New Order, webhook.
  • Updated Product, webhook.
  • New Paid Order, webhook.

Verification

Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Capability summary

Authenticationcustom
Supported objects33
Supported actions27
Triggers6

Authentication

Authentication method: custom

Authentication profiles

connection · custom
  • Shop Name Required
  • Admin Token Required · protected credential

Supported objects

ObjectReadWriteNotes
Adjust Inventory Level Yes No Adjust inventory level of an item at a location.
Cancel Order Yes No Cancel an order.
Close Order Yes No Close an order.
Create Collect Yes No Add a product to a collection.
Create Customer Yes No Create a new customer.
Create Draft Order Yes No Create a new draft order.
Create Fulfillment Event Yes No Create a new fulfillment event.
Create Order Yes No Create a new order.
Create Product Yes No Create a new product.
Create Transaction Yes No Create a new transaction.
Get Asset Yes No Get a theme's asset.
Get Customer Yes No Get an existing customer's information.
Get Customers Yes No Get an existing customers.
Get Customer Orders Yes No Get an existing customer's orders.
Get Fulfillment Yes No Get a fulfillment.
Get Fulfillments Yes No Get an order's fulfillments.
Get Locations Yes No Get locations.
Get Product Yes No Get existing product.
Get Product Variant Yes No Get a product variant.
Get Products Yes No Get existing products by title.
Get Transaction Yes No Get an existing transaction's information.
Get Order Transactions Yes No Get an order's transactions.
Update Customer Yes No Update an existing customer.
Update Order Yes No Update an existing order.
Update Product Yes No Update an existing product.
Upload Product Image Yes No Upload a new product image.
Custom API Call Yes No Make a custom API call to a specific endpoint
New Abandoned Checkout Yes No polling trigger declared by the pinned package.
New Cancelled Order Yes No webhook trigger declared by the pinned package.
New Customer Yes No webhook trigger declared by the pinned package.
New Order Yes No webhook trigger declared by the pinned package.
Updated Product Yes No webhook trigger declared by the pinned package.
New Paid Order Yes No webhook trigger declared by the pinned package.

Supported actions

Adjust Inventory Level · Read

Adjust inventory level of an item at a location.

adjust_inventory_level · Risk: low · Retry: safe

Inputs

  • id · number · Required, The ID of the inventory item.
  • locationId · number · Required, The ID of the location.
  • adjustment · number · Required, Positive values increase inventory, negative values decrease it.
Cancel Order · Read

Cancel an order.

cancel_order · Risk: low · Retry: safe

Inputs

  • orderId · number · Required, The ID of the order.
Close Order · Read

Close an order.

close_order · Risk: low · Retry: safe

Inputs

  • orderId · number · Required, The ID of the order.
Create Collect · Read

Add a product to a collection.

create_collect · Risk: low · Retry: safe

Inputs

  • id · number · Required, The ID of the product.
  • collectionId · number · Required, The ID of the collection.
Create Customer · Read

Create a new customer.

create_customer · Risk: low · Retry: safe

Inputs

  • email · string · Optional
  • verifiedEmail · boolean · Optional, Whether the customer has verified their email.
  • sendEmailInvite · boolean · Optional
  • firstName · string · Optional
  • lastName · string · Optional
  • phoneNumber · string · Optional
  • tags · string · Optional, A string of comma-separated tags for filtering and search
  • acceptsMarketing · boolean · Optional
Create Draft Order · Read

Create a new draft order.

create_draft_order · Risk: low · Retry: safe

Inputs

  • productId · number · Optional, The ID of the product to create the order with.
  • variantId · number · Optional, The ID of the variant to create the order with.
  • title · string · Optional
  • quantity · number · Optional
  • price · string · Optional
  • customerId · string · Optional, The ID of the customer to use.
Create Fulfillment Event · Read

Create a new fulfillment event.

create_fulfillment_event · Risk: low · Retry: safe

Inputs

  • orderId · number · Required, The ID of the order.
  • fulfillmentId · number · Required, The ID of the fulfillment.
  • status · string · Required
  • message · string · Optional
Create Order · Read

Create a new order.

create_order · Risk: low · Retry: safe

Inputs

  • productId · number · Optional, The ID of the product to create the order with.
  • variantId · number · Optional, The ID of the variant to create the order with.
  • title · string · Optional
  • quantity · number · Optional
  • price · string · Optional
  • customerId · string · Optional, The ID of the customer to use.
  • email · string · Optional
  • sendReceipt · boolean · Optional
  • sendFulfillmentReceipt · boolean · Optional
  • tags · string · Optional, A string of comma-separated tags for filtering and search
Create Product · Read

Create a new product.

create_product · Risk: low · Retry: safe

Inputs

  • title · string · Required
  • bodyHtml · string · Optional, Product description (supports HTML)
  • productType · string · Optional, A categorization for the product used for filtering and searching products
  • productImage · object · Optional, The public URL or the base64 image to use
  • status · string · Required
  • vendor · string · Optional
  • tags · string · Optional, A string of comma-separated tags for filtering and search
Create Transaction · Read

Create a new transaction.

create_transaction · Risk: low · Retry: safe

Inputs

  • orderId · number · Required, The ID of the order to create a transaction for.
  • kind · string · Required
  • currency · string · Optional
  • amount · string · Optional
  • authorization · string · Optional
  • parentId · number · Optional, The ID of an associated transaction.
  • source · string · Optional, An optional origin of the transaction. Set to external to import a cash transaction for the associated order.
  • test · boolean · Optional, Whether the transaction is a test transaction.
Get Asset · Read

Get a theme's asset.

get_asset · Risk: low · Retry: safe

Inputs

  • key · string · Required
  • themeId · string · Required, The ID of the theme.
Get Customer · Read

Get an existing customer's information.

get_customer · Risk: low · Retry: safe

Inputs

  • customerId · string · Required
Get Customers · Read

Get an existing customers.

get_customers · Risk: low · Retry: safe

Get Customer Orders · Read

Get an existing customer's orders.

get_customer_orders · Risk: low · Retry: safe

Inputs

  • customerId · string · Required
Get Fulfillment · Read

Get a fulfillment.

get_fulfillment · Risk: low · Retry: safe

Inputs

  • orderId · number · Required, The ID of the order.
  • fulfillmentId · number · Required, The ID of the fulfillment.
Get Fulfillments · Read

Get an order's fulfillments.

get_fulfillments · Risk: low · Retry: safe

Inputs

  • orderId · number · Required, The ID of the order.
Get Locations · Read

Get locations.

get_locations · Risk: low · Retry: safe

Get Product · Read

Get existing product.

get_product · Risk: low · Retry: safe

Inputs

  • id · string · Required, The ID of the product.
Get Product Variant · Read

Get a product variant.

get_product_variant · Risk: low · Retry: safe

Inputs

  • id · string · Required, The ID of the product variant.
Get Products · Read

Get existing products by title.

get_products · Risk: low · Retry: safe

Inputs

  • title · string · Optional
Get Transaction · Read

Get an existing transaction's information.

get_transaction · Risk: low · Retry: safe

Inputs

  • orderId · number · Required, The ID of the order.
  • transactionId · number · Required, The ID of the transaction
Get Order Transactions · Read

Get an order's transactions.

get_transactions · Risk: low · Retry: safe

Inputs

  • orderId · number · Required, The ID of the order.
Update Customer · Read

Update an existing customer.

update_customer · Risk: low · Retry: safe

Inputs

  • customerId · string · Required
  • email · string · Optional
  • verifiedEmail · boolean · Optional, Whether the customer has verified their email.
  • sendEmailInvite · boolean · Optional
  • firstName · string · Optional
  • lastName · string · Optional
  • phoneNumber · string · Optional
  • tags · string · Optional, A string of comma-separated tags for filtering and search
  • acceptsMarketing · boolean · Optional
Update Order · Read

Update an existing order.

update_order · Risk: low · Retry: safe

Inputs

  • id · string · Required, The ID of the order.
  • email · string · Optional
  • phoneNumber · string · Optional
  • tags · string · Optional, A string of comma-separated tags for filtering and search
  • note · string · Optional
Update Product · Read

Update an existing product.

update_product · Risk: low · Retry: safe

Inputs

  • id · string · Required, The ID of the product.
  • title · string · Optional
  • bodyHtml · string · Optional, Product description (supports HTML)
  • productType · string · Optional, A categorization for the product used for filtering and searching products
  • productImage · object · Optional, The public URL or the base64 image to use
  • status · string · Required
  • vendor · string · Optional
  • tags · string · Optional, A string of comma-separated tags for filtering and search
Upload Product Image · Read

Upload a new product image.

upload_product_image · Risk: low · Retry: safe

Inputs

  • id · string · Required, The ID of the product.
  • image · object · Required, The public URL or the base64 image to use
  • position · number · Optional, 1 makes it the main image.
Custom API Call · Read

Make a custom API call to a specific endpoint

custom_api_call · Risk: low · Retry: safe

Inputs

  • url · object · Required
  • method · string · Required
  • headers · object · Optional, Authorization headers are injected automatically from your connection.
  • queryParams · object · Optional, Appended to the URL as ?key=value.
  • body_type · string · Optional
  • body · object · Optional
  • response_is_binary · boolean · Optional, Enable for files like PDFs, images, etc.
  • failsafe · boolean · Optional, On a failed request, output the error instead of failing the step.
  • timeout · number · Optional, Seconds to wait for a response. Empty: up to the flow limit (10 min).
  • followRedirects · boolean · Optional, Follow 3xx redirects instead of returning them as the response.

Triggers

New Abandoned Checkout · Poll

Triggers when a checkout is abandoned.

New Cancelled Order · Webhook

Triggered when order is cancelled

New Customer · Webhook

Triggered when a new customer is created

New Order · Webhook

Triggered when a new order is created

Updated Product · Webhook

Triggered when a product is updated.

New Paid Order · Webhook

Triggered when a paid order is created

Setup

Setup

  1. Add the Shopify connector to the workflow in the target Flows360 Studio instance.
  2. Create or select the tenant-specific connection required by the connector. Connection secrets remain in the Studio connection boundary and are not copied into CDK documentation.
  3. Provide the connection fields declared by the pinned package:
  • Shop Name (shopName), required.
  • Admin Token (adminToken), required; stored as a sensitive connection value.
  1. Select the required action or trigger and complete its declared input fields. Required and optional inputs are defined by the exact package schema.
  2. Test the workflow in the appropriate environment before enabling production scheduling or event delivery.

Limitations

Limitations and operational notes

  • This content describes @activepieces/piece-shopify@0.3.0; provider behaviour can change independently and should be revalidated when the provider or connector version changes.
  • Only the 27 actions and 6 triggers declared by this pinned package are represented here.
  • Tenant credentials and connection values are not stored in the public connector record.
  • Provider-side permissions, account entitlements, quotas and rate limits remain subject to the connected provider account and are not inferred when the package does not declare them.
  • Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Troubleshooting

Why canu2019t the connector authenticate?

Check the tenant connection in Studio and confirm every required Shopify connection field is present. Re-authorise OAuth-based connections if the provider token or consent has expired. Do not place credential values in CDK content or logs.

Why is an action or trigger unavailable?

Confirm that the workflow is using @activepieces/piece-shopify@0.3.0 and compare the requested capability with the declared action and trigger list for this version. A capability that is not declared by the pinned package should not be presented as supported.

What should I check after a provider-side change?

Revalidate authentication, required fields, action/trigger behaviour and provider documentation before publishing refreshed connector content or moving a new package version into production.