Scalefast Search for Order by Order ID

Looks up a single Scalefast order by its order ID. Use it when a flow already knows the order ID and needs the order details.

What it does

  • Authenticates with Scalefast using your client and user credentials.
  • Fetches the order that matches the supplied order ID.
  • Returns the full order object.

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
Order IDStringOrder ID to search order by

Outputs

NameTypeDescription
SuccessBooleanWhether order was found or not
OrderObjectOrder

Notes

  • If no order matches the ID, Success is false and Order is empty.