Versions Compared

Key

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

...

Parameter Name

Data Type

Description

Mandatory

orderCodelocationCode

String

Unique code used by the channel to identify the order

yesCode used by channels to identify a warehouse

Yes

channelId

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

Response

Code Block
{
  "manifestIdmanifestCode": "INV123",
  "externalManifestIdexternalManifestCode": "INV123",
  "manifestUrl": "https://mybrand.com/manifest123.pdf",
  "manifest": "manifestBase64String"
}

...

Parameter Name

Data Type

Description

Mandatory

manifestCode

String

Unique code used by the OMS to identify the manifest

yes

externalManifestCode

String

Unique code used by the channel to identify the manifest

yes

manifestUrl

String

Downloadable pdf url of  manifest document(either of manifest and manifestUrl is mandatory)

no

manifest

String

Base64 encoded manifest PDF String(either of manifest and manifestUrl is mandatory)

no