Scayle List Customers with Filters
List Customers with Filters using Scayle Admin API
Uses the List Customers endpoint here
URL request format: https://{tenantSpace}.admin.api.scayle.cloud/api/admin/v1/shops/{shopKey}/countries/{countryCode}/customers/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 |
---|---|---|
Customer Data Found? | Boolean | If Customer Data is found for the given Filter Key and Filter Value |
Customer Data | List | Customer Data List for the given Filter Key and Filter Value |
Number of Customers | Number | The number of Customers found |
Error | String | Error message |
Updated 1 day ago