/
Move Boxes from Cross Dock to Storage Area API
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
Omni Sprint 72 Release Notes
Omni Sprint 72 Release Notes
Read with this
Moving Cross Dock Inventory to Storage
Moving Cross Dock Inventory to Storage
More like this
Outward Sales Posting API (For ERP systems)
Outward Sales Posting API (For ERP systems)
Read with this
Create Item Wise Cross Dock Plan API (Beta)
Create Item Wise Cross Dock Plan API (Beta)
More like this
Update Channel Listings API for ERP Channels (New API) (Beta)
Update Channel Listings API for ERP Channels (New API) (Beta)
Read with this