Inbound | PUT | /orders/pack-onhold

Summary

This API can be used to update the pack on hold status for a particular POS order in some store.

Description

Request

{
  "posOrderCode": "pos_or1",
  "packingOnHold": true,
  "channelOrderId": "ch_or1",
  "locationCode": "loc1",
  "channelId": "ch_id"
}
Parameter Name Data Type Description Mandatory
posOrderCode String Pos order code for this order yes
packingOnHold Boolean Pack on hold status to be updated yes
channelOrderId String Channel order id for this order yes
locationCode String Location code of this order yes
channelId String ChannelId yes

Response

Empty Body