Update Pack On Hold Status for POS (Beta)
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
This API can be used to update the pack on hold status for a particular POS order in some store. By default the pack on hold status would be true, once the billing is done on POS system, the pack on hold status will be changed, and further packing workflow will be carried on.
Request
{
"posOrderCode": "pos_or1",
"packingOnHold": true,
"channelOrderId": "ch_or1",
"locationCode": "loc1",
"channelId": "ch_id"
}
Parameter Name | Data Type | Description | Mandatory |
| String | pos order code for this order | yes |
| Boolean | pack on hold status to be updated | yes |
| String | channel order id for this order | yes |
| String | location code of this order | yes |
| String | channelId of this order | yes |
Response
Empty Body