Scayle List Orders with Filters
List Orders with Filters using Scayle Admin API
Uses the List Orders endpoint here
URL request format: https://{tenantSpace}.admin.api.scayle.cloud/api/admin/v1/shops/{shopKey}/countries/{countryCode}/orders/filters[{filterKey}]={filterValue})
Inputs
In order to use the action in your flow you need to provide it the following inputs:
Input | Type | Description |
---|---|---|
Scayle API Token | String | Scayle API Token |
Scayle Tenant Space | String | Scayle Tenant Space |
Scayle Shop Key | String | Scayle Shop Key |
Scayle Country Code | String | Scayle Country Code |
Filter Key | String | Filter Key |
Filter Value | String | Filter Value |
Outputs
Output | Type | Decription |
---|---|---|
Orders Data Found? | Boolean | If Orders Data is found for the given Filter Key and Filter Value |
Orders Data | List | Orders Data List for the given Filter Key and Filter Value |
Error | String | Error message |
Updated 4 months ago