Retrieve all orders from WooCommerce.
Application
WooCommerce
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 | |
After | Limit response to resources published after a given ISO8601 compliant date | Datetime | No | |
Before | Limit response to resources published before a given ISO8601 compliant date | Datetime | No | |
Customer ID | Limit result set to orders assigned a specific customer | Text (Short) | No | |
Decimal points | Number of decimal points to use in each resource | Number | No | |
Order | Order sort attribute ascending or descending | Predefined Choice List | No | |
Product ID | Limit result set to orders assigned a specific product | Text (Short) | No | |
Order by | Sort collection by object attribute | Predefined Choice List | No | |
Search | Limit results to those matching a string | Text (Short) | No | |
Status | Limit result set to orders assigned a specific status | Predefined Choice List | 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