Back to Shopify Orders
Connect Knoon AI with Shopify Orders (Shopify) to automate AI workflows.
List Shopify orders with optional search and pagination.
shopifyOrdersListOrders
BETA
Internal
Permissions
Optional permissions
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| query | mustache | Optional Shopify order search query, for example "financial_status:paid" or "tag:VIP". | No |
| first | number | Number of orders to return. Max 100. | No |
| last | number | Number of orders to return from the end of the result set. Max 100. | No |
| after | mustache | Return orders after this cursor. | No |
| before | mustache | Return orders before this cursor. | No |
| sortKey | string | Order sort key. | No |
| reverse | boolean | If true, reverse the selected sort order. | No |
Returns
| Name | Type | Description |
|---|---|---|
| result | object | Matching orders with pagination info. |



