Retrieve all products 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 | |
Category ID | Limit result set to products assigned a specific category ID | Text (Short) | No | |
Context | Scope under which the request is made; determines fields present in response | Predefined Choice List | No | |
Featured? | Whether to limit the result set to featured products | True/False | No | |
Max price | Limit result set to products based on a maximun price | Text (Short) | No | |
Min price | Limit result set to products based on a minimum price | Text (Short) | No | |
Order | Order sort attribute ascending or descending | Predefined Choice List | No | |
Order by | Sort collection by object attribute | Predefined Choice List | No | |
Search | Limit results to those matching a string | Text (Short) | No | |
SKU | Limit result set to products with a specific SKU | Text (Short) | No | |
Slug | Limit result set to products with a specific slug | Text (Short) | No | |
Status | Limit result set to products assigned a specific status | Predefined Choice List | No | |
Stock status | Controls the stock status of the product | Predefined Choice List | No | |
Tag ID | Limit result set to products assigned a specific tag ID | Text (Short) | No | |
Tax class | Limit result set to products with a specific tax class | Predefined Choice List | No | |
Type | Product type | 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