Retrieve all products 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 | |
Collection ID | Filter results by product collection ID | Text (Short) | No | |
Created at max | Show products created before date | Datetime | No | |
Created at min | Show products created after date | Datetime | No | |
Fields | Show only certain fields, specified by a comma-separated list of field names | Text (Short) | No | |
Handle | Filter results by product handle | Text (Short) | No | |
IDs | Return only products specified by a comma-separated list of product IDs | Text (Short) | No | |
Presentment currencies | Return presentment prices in only certain currencies, specified by a comma-separated list of ISO 4217 currency codes | Text (Short) | No | |
Product type | Filter results by product type | Text (Short) | No | |
Published at max | Show products published before date | Datetime | No | |
Published at min | Show products published after date | Datetime | No | |
Published status | Return products by their published status | Predefined Choice List | No | |
Title | Filter results by product title | Text (Short) | No | |
Updated at max | Show products last updated before date | Datetime | No | |
Updated at min | Show products last updated after date | Datetime | No | |
Vendor | Filter results by product vendor | Text (Short) | 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