Retrieve all orders from Shopify.
Application
Shopify
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Connected Account | The connected account to use for the request | Connected Account | Yes | |
Return all? | Whether to return all results or only up to a given limit | True/False | No | |
Limit | Max number of results to return | Number | No | |
Attribution app ID | Show orders attributed to a certain app, specified by the app ID. Set as current to show orders for the app currently consuming the API | Text (Short) | No | |
Created at min | Show orders created at or after date | Datetime | No | |
Created at max | Show orders created at or before date | Datetime | No | |
Financial status | Filter orders by their financial status | Predefined Choice List | No | |
Fulfillment status | Filter orders by their fulfillment status | Predefined Choice List | No | |
Fields | Fields the orders will return, formatted as a string of comma-separated values. By default all the fields are returned | Text (Short) | No | |
IDs | Retrieve only orders specified by a comma-separated list of order IDs | Text (Short) | No | |
Processed at max | Show orders imported at or before date | Datetime | No | |
Processed at min | Show orders imported at or after date | Datetime | No | |
Status | Filter orders by their status | Predefined Choice List | No | |
Since ID | Show orders after the specified ID | Text (Short) | No | |
Updated at max | Show orders last updated at or after date | Datetime | No | |
Updated at min | Show orders last updated at or before date | Datetime | No |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
JSON Output | JSON output returned by the API | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements
N/A