Versions Compared

Key

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

...

Parameter Name

Data Type

Description

Mandatory

transporter

String

Courier partner name

yes

locationCode

String

Location code of the warehouse from where the order will be shipped

yes

manifestItems

Object[]

List of shipments to be added to the manifest

yes

manifestItems.orderCode

String

Unique code used by the channel to identify the order

yes

manifestItems.shipmentCode

String

Unique code used by the channel to identify the shipment

yes

manifestItems.awbNumber

String

Tracking number for this shipment provided by courier partner

yes

Response

   {

      

Code Block
languagejson
{
  "manifestCode": "72653",
      

  "manifestItems":
[

         {

            

 [
    {
      "orderCode": "515",
            

      "shipmentCode": "95848"

         }

      ]

   


    }
  ]
}

HttpStatus : 200