Scayle Get Order by ID
Get Order by ID using Scayle Admin API
Uses the Get an Order endpoint here
URL request format: https://{tenantSpace}.admin.api.scayle.cloud/api/admin/v1/shops/{shopKey}/countries/{countryCode}/orders/{orderIdentifier})
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 |
Scayle Order ID | String | Scayle Order ID |
Outputs
Output | Type | Decription |
---|---|---|
Order Data Found? | Boolean | If Order Data is found for the given Order ID |
Order Data | Object | Order Data Object for the given Order ID |
Error | String | Error message |
Updated 4 months ago