Aurora Get Order By Order Number

Retrieves a specific order from the Aurora ERP system by its order number. Use it when a flow has an order number and needs the full order details.

What it does

  • Sends an order lookup request to your Aurora ERP endpoint, authenticated with your Aurora auth token.
  • Looks up the order matching the order number you provide and returns it.
  • Reports whether an order was found through the "Order Found?" output.
  • If Aurora returns an error, it is passed back so the flow can handle it.

Requires an Aurora auth token and the Aurora API URL.

Inputs

NameTypeDescription
Auth TokenStringAurora authentication token
API URLStringAurora API URL
Order NumberStringOrder number to look up

Outputs

NameTypeDescription
Order Found?BooleanWhether the order was found
OrderObjectThe matching order record from Aurora

Notes

  • Handles both standard and large (archived) responses returned by Aurora.
  • If no order matches the number, "Order Found?" is false and no order is returned.

Did this page help you?