/
Update Pack On Hold Status for POS

Update Pack On Hold Status for POS

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

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

Related content

Update Order Properties API
Update Order Properties API
More like this
Pack Order API
More like this
POS packing workflow for on-premise POS
POS packing workflow for on-premise POS
More like this
Returns Processing Update API
Returns Processing Update API
More like this
Pack & Get Pack Details
Pack & Get Pack Details
More like this
Handover Notification API
Handover Notification API
More like this