Tracking orders
A store associate can track orders from the moment the order is placed till it is shipped or picked.
You can track the order as a whole, with shipment details of all the products in the order or track products in individual order lines.
- Track orders
-
- Retrieve list of shipment keys for orders
The
getShipmentListForOrderAPI is invoked by usingOrderHeaderKeyto retrieve the list of shipments for the order. Shipments whoseDocTypematches theDocTypeof the order is selected. - Get shipment details along with shipment status audit details and container list
The
getShipmentDetailsAPI is invoked for allShipmentKeysretrieved from the previous step to get shipment details for the order. This API returns the shipment details for this order.
- Retrieve list of shipment keys for orders
- Track products
-
- Retrieve list of shipment keys for order lines
The
getShipmentListForOrderAPI is invoked by usingOrderHeaderKey,OrderLineKey,PrimeLineNo, andSubLineNoto retrieve the list of shipments for the order line. Shipments whoseDocTypematches with theDocTypeof order is selected. - Get shipment details along with shipment status audit details and container list
The
getShipmentDetailsAPI is invoked for allShipmentKeysretrieved from the previous step withorderHeaderKeyandorderLineKeyto get shipment details for the order line.
- Retrieve list of shipment keys for order lines
- Pick up orders
-
- Order placed
- In progress
- Ready for pickup
- Pickup complete
- Canceled
- Ship orders
-
- Order placed
- In progress
- Shipping
- Canceled