Move Boxes from Cross Dock to Storage Area API
Inbound | PUT | /inventory/cross-dock-to-storage
Summary
This API can be used to move boxes from Cross Dock Staging area to Storage area.
Description
This API can be used to move cross dock boxes belonging to an order from Cross dock staging area to warehouse storage area.
Request
{
"locationCode": "LOC789",
"boxes": [
{
"boxCode": "BOX003",
"documentId": "DOC001"
},
{
"boxCode": "BOX004",
"documentId": "DOC002"
}
]
}
CrossDockStorageMovementClientForm
Parameter Name | Data Type | Description | Mandatory |
| String | Location code of the warehouse where the order is created | Yes |
| Object[] | List of boxes in the order | Yes |
| String | Code to uniquely identify a box | Yes |
| String | Identifier to uniquely identify the document associated with a box | No |
HttpStatus: 200
Response
Empty Response
, multiple selections available,
Related content
Create Cross Dock Plan API
Create Cross Dock Plan API
More like this
Create Item Wise Cross Dock Plan API (Beta)
Create Item Wise Cross Dock Plan API (Beta)
More like this
Outward Sales Posting API (For ERP systems)
Outward Sales Posting API (For ERP systems)
Read with this
Create Manifest API
Create Manifest API
More like this
Handover Notification API
Handover Notification API
More like this
Update Channel Listings API for ERP Channels (Beta)
Update Channel Listings API for ERP Channels (Beta)
Read with this