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
| Name | Type | Description |
|---|---|---|
| PVX Username | String | PVX username |
| PVX Password | String | PVX password |
| PVX Client ID | String | PVX client ID |
| PVX URL | String | PVX url / endpoint / hint: https://wms.peoplevox.net/{clientId} |
| Order Number | String | Shopify Order Number |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Returns true if order data was found |
| Order Data | Object | JSON Order Data |
Notes
PVX URLshould point at your PeopleVox endpoint, for examplehttps://wms.peoplevox.net/{clientId}. If only the base URL is given, the action automatically targets the v4 integration service endpoint.Order Numberis matched exactly against the PeopleVox sales order number.
Updated 20 days ago
Did this page help you?