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

NameTypeDescription
HostStringScalefast host
Client IdString (sensitive)Scalefast client id
Client SecretString (sensitive)Scalefast client secret
User IDStringScalefast user id
Delegate User IDStringScalefast delegate user id
EmailStringEmail to search order by
Order IDOptional StringOrder id
Fast Search?BooleanTrue for faster search and abbreviated output (no shipping details)

Outputs

NameTypeDescription
SuccessBooleanWhether order was found or not
OrdersListOrders

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.