Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "locationCode": "l123",
    "channelName": "Myntra",
    "transporter": "sku123",
    "orderCodes": ["101"],
    "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

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

HttpStatus : 200 

Parameter Name

Data Type

Description

Mandatory

handoverDocumentUrl

String

This is the Handover document URL which was generated at time of Handover of the order

Yes