This API can be used to move boxes from Cross Dock Staging area to Storage area.
This API can be used to move cross dock boxes belonging to an order from Cross dock staging area to warehouse storage area.
{
"locationCode": "LOC789",
"boxes": [
{
"boxCode": "BOX003",
"documentId": "DOC001"
},
{
"boxCode": "BOX004",
"documentId": "DOC002"
}
]
}
| Parameter Name | Data Type | Description | Mandatory |
|---|---|---|---|
locationCode |
String | Location code of the warehouse where the order is created | Yes |
boxes |
Object[] | List of boxes in the order | Yes |
boxes.boxCode |
String | Code to uniquely identify a box | Yes |
boxes.documentId |
String | Identifier to uniquely identify the document associated with a box | No |
Empty Response