Update Orders
Learn how to update orders in progress yet to be shipped with HotWax Commerce using the updateOrder endpoint and POST method.
Request
Endpoint
Header
For Order Item rejection
{
"facilityId": "<facilityId>",
"box_shipmentId_0": "item.shipmentId",
"0_box_rowSubmit": "0",
"box_shipmentBoxTypeId_0": "boxType",
"rej_shipmentId_0": "item.shipmentId",
"rej_shipmentItemSeqId_0": "item.shipmentItemSeqId",
"0_rej_rowSubmit_": "0",
"rej_rejectionReason_0": "item.rejectReason"
}Parameter
Description
Required (Y/N)
For Shipment Package Change
Parameter
Description
Required (Y/N)
Response
Header
For Order Item rejection
For Shipment Package Change
Last updated
Was this helpful?