PVX Order Data by Order Number

Retrieves sales order data from a PeopleVox (Descartes) warehouse management system using the order number. Use it to surface fulfilment and warehouse details for an order in customer service flows.

What it does

  • Authenticates with PeopleVox and opens a session for the request.
  • Looks up the sales order that matches the given order number.
  • Returns the order data as structured JSON.
  • Reports clearly when no matching order is found.

Inputs

NameTypeDescription
PVX UsernameStringPVX username
PVX PasswordStringPVX password
PVX Client IDStringPVX client ID
PVX URLStringPVX url / endpoint / hint: https://wms.peoplevox.net/{clientId}
Order NumberStringShopify Order Number

Outputs

NameTypeDescription
SuccessBooleanReturns true if order data was found
Order DataObjectJSON Order Data

Notes

  • PVX URL should point at your PeopleVox endpoint, for example https://wms.peoplevox.net/{clientId}. If only the base URL is given, the action automatically targets the v4 integration service endpoint.
  • Order Number is matched exactly against the PeopleVox sales order number.