Create Cross Dock Plan API (Beta)
Inbound | POST | /orders/cross-dock-plan
Summary
This API can be used to create a cross dock plan from ERP system against an outward order already created in Increff system
Description
Cross dock plan specifies which boxes will go outward against an outward order.
Once a box is added to an order, it can not be added to any other order till the original order is not cancelled.
Cross dock plan can be created for the same order in multiple requests. In such cases, the previous plan will not get replaced, the boxes mentioned in the next request will be included for the same order.
Limit of number of boxes per request - 250
boxCodes have to be unique across all vendors.
Request
{
"orderCode": "order1",
"locationCode": "location1",
"boxCodes": [
"box1", "box2"
]
}
Â
Parameter Name | Data Type | Description | Mandatory |
| String | Code to uniquely identify an order | Yes |
| String | Location of the warehouse where the order is created | Yes |
| List <String> | Codes to uniquely identify the boxes in an order Min Value: 1 Max Value: 250 | Yes |
Response
Empty Response