Shopify: List Orders logo

Catalog action Integrations shopify

List recent orders from your Shopify store. Filter by financial status, fulfillment status, or date range. Returns order details including line items and customer info. Ideal for: order monitoring, fulfillment tracking, sales analysis. Required scope: read_orders.

At a Glance

FieldValue
Action IDshopify-list-orders
CategoryIntegrations
Connectorshopify
Requires gasNo
Funds movementNone declared
Tagsshopify, ecommerce, orders, list, read

Payload Schema

FieldTypeRequiredDescription
financialStatusstringNoFilter orders by financial status (default: all statuses)
fulfillmentStatusstringNoFilter orders by fulfillment status (default: all statuses)
limitnumberNoMaximum number of orders to return (default: 10, max: 250)

Result Schema

FieldTypeRequiredDescription
successbooleanYesWhether the query was successful
dataobjectNoShopify API response data
exportsobjectNoExported values from the action

Examples

json
{ "type": "shopify-list-orders", "payload": { "financialStatus": "AUTHORIZED", "fulfillmentStatus": "FULFILLED", "limit": 10 }, "children": [], "connector": { "type": "shopify", "id": "conn_shopify" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I