Scalefast Search for Orders by Email
Looks up Scalefast orders for a customer by email address. Use it when you only have the shopper's email and need their orders.
What it does
- Authenticates with Scalefast using your client and user credentials.
- Searches for orders matching the email, optionally narrowed by order ID.
- Returns the matching orders, most recent first.
Inputs
| Name | Type | Description |
|---|---|---|
| Host | String | Scalefast host |
| Client Id | String (sensitive) | Scalefast client id |
| Client Secret | String (sensitive) | Scalefast client secret |
| User ID | String | Scalefast user id |
| Delegate User ID | String | Scalefast delegate user id |
| String | Email to search order by | |
| Order ID | Optional String | Order id |
| Fast Search? | Boolean | True for faster search and abbreviated output (no shipping details) |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether order was found or not |
| Orders | List | Orders |
Notes
- Enable Fast Search for a quicker, abbreviated response that omits shipping details.
- If the order ID and email together return nothing, the action retries with the email alone.