Handover Notification
Inbound | POSTÂ | /usp/ handover
Summary
This API will handover the orders in OMS and required marketplace integrated from Increff OMS system.
Description
This API is used to mark the orders passed in request as Handed over in Increff OMS system & required Marketplace integrated from Increff OMS system and returns the Handover document to external fulfillment system.
Request
{
"locationCode": "l123",
"channelName": "Myntra",
"transporter": "sku123",
"orderCodes": ["101"],
"ewayBillDocument": "ABC",
"lrNumber": "ABC",
"remarks": "ABC",
"vehicleNumber": "ABC"
}
Parameter Name | Data Type | Description | Mandatory |
| String | Code used by channels to identify a warehouse | Yes |
| String | Code used to identify a channel | Yes |
| String | Courier partner name | Yes |
| String[] | These are the order codes to be added in the manifest. | Yes |
| String | Eway bill document | No |
| String | LR number | No |
| String | Any remarks to be saved | No |
| String | Vehicle number | No |
Response
{
"handoverDocumentUrl":"www.google.com"
}
HttpStatus : 200Â
Parameter Name | Data Type | Description | Mandatory |
| String | This is the Handover document URL which was generated at time of Handover of the order | Yes |
Â