Skip to end of banner
Go to start of banner

Handover Notification

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Inbound | POST | /usp/ handover

Summary

This API will handover the orders in OMS and required marketplace.

Description

Request

{
    "locationCode": "l123",
    "channelName": "Myntra",
    "transporter": "sku123",
    "orderCodes": [],
    "ewayBillDocument": "ABC",
    "lrNumber": "ABC",
    "remarks": "ABC",
    "vehicleNumber": "ABC"
}

Parameter Name

Data Type

Description

Mandatory

locationCode

String

Code used by channels to identify a warehouse

Yes

channelName

String

Code used to identify a channel

Yes

transporter

String

Courier partner name

yes

orderCodes

String[]

These are the order codes to be added in the manifest.

Yes

ewayBillDocument

String

Eway bill document

No

lrNumber

String

LR number

No

remarks

String

Any remarks to be saved

No

vehicleNumber

String

Vehicle number

No

Response

{
  "handoverDocumentUrl":"www.google.com"
}

HttpStatus : 200 

Parameter Name

Data Type

Description

Mandatory

  • No labels