Orderhive Search For Orders

Searches for orders in Orderhive by email address or order number and returns the matching order data. Use it in order tracking and customer service flows for stores running on Orderhive.

What it does

  • Signs in to Orderhive and reuses cached credentials when the sign-in is rate limited.
  • Searches orders using the supplied search word, which can be an email or an order number.
  • Returns the matching orders, or a clear "Order Not Found" message when there are no results.

Inputs

NameTypeDescription
AWS ID TokenString (sensitive)AWS ID Token
AWS Refresh TokenString (sensitive)AWS Refresh Token
AWS RegionStringAWS Region. us-east-1
AWS ServiceStringAWS Service. execute-api
DG API KeyString (sensitive)DG API Key
DG API SecretString (sensitive)DG API Secret
DG RegionStringDG Region
Search WordStringCan be Email or Order Number

Outputs

NameTypeDescription
SuccessBooleanOrders found?
OrdersObjectOrders Data Object

Notes

  • Search Word accepts either a customer email or an order number.
  • The action manages Orderhive's authentication for you, caching session credentials so repeated calls do not hit sign-in rate limits.
  • A successful call with no matches still returns Success: true with an "Order Not Found" indication, rather than an error.