List orders from Shopify store

Retrieve a list of orders from your Shopify store with optional filtering and pagination.

yaml
type: "io.kestra.plugin.shopify.orders.list"

List all orders

yaml
id: shopify_list_orders
namespace: company.team

tasks:
  - id: list_orders
    type: io.kestra.plugin.shopify.orders.List
    storeDomain: my-store.myshopify.com
    accessToken: "{{ secret('SHOPIFY_ACCESS_TOKEN') }}"

List orders with filtering

yaml
id: shopify_list_orders_filtered
namespace: company.team

tasks:
  - id: list_orders
    type: io.kestra.plugin.shopify.orders.List
    storeDomain: my-store.myshopify.com
    accessToken: "{{ secret('SHOPIFY_ACCESS_TOKEN') }}"
    limit: 50
    status: "any"
    financialStatus: "paid"
Properties

Admin API access token

Private app access token for Shopify Admin API

Shopify store domain

The domain of your Shopify store (e.g., 'my-store.myshopify.com')

Default 2024-10

API version

Shopify Admin API version to use

Created at max

Retrieve orders created before this date

Created at min

Retrieve orders created after this date

Default FETCH
Possible Values
STOREFETCHFETCH_ONENONE

Fetch type

How to fetch the data (FETCH_ONE, FETCH, STORE)

Financial status filter

Filter orders by financial status

Fulfillment status filter

Filter orders by fulfillment status

Limit

Maximum number of orders to retrieve

Default PT0.5S
Format duration

Rate limit delay

Delay between API calls to respect rate limits

Since ID

Retrieve orders after this ID

Status filter

Filter orders by status (open, closed, cancelled, any)

Updated at max

Retrieve orders updated before this date

Updated at min

Retrieve orders updated after this date

Count

Number of orders retrieved

SubType

Orders

List of orders retrieved from Shopify. Only populated if using fetchType=FETCH or FETCH_ONE.

Format uri

URI

URI of the stored data. Only populated if using fetchType=STORE.

Format date-time
Format date-time
Format date-time
Format date-time
Format date-time
SubType string
Format date-time
SubType
Format date-time
Format date-time
SubType object
SubType
Format date-time
SubType string
SubType string
Format date-time
Format date-time
Format date-time
Format date-time
SubType string
Format date-time
SubType
SubType
Format date-time
Format date-time
SubType object
Format date-time