Skip to end of banner
Go to start of banner

Manifest

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 2 Next »

Inbound | POST | / manifest

Summary

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

Description

Request

{
    "locationCode": "l123",
    "channelId": "Myntra",
    "transporter": "sku123",
    "channelOrderIds": []
}

Parameter Name

Data Type

Description

Mandatory

orderCode

String

Unique code used by the channel to identify the order

yes

Response

{
  "manifestId": "INV123",
  "externalManifestId": "INV123",
  "manifestUrl": "https://mybrand.com/manifest123.pdf",
  "manifest": "manifestBase64String"
}

HttpStatus : 200 

Parameter Name

Data Type

Description

Mandatory

  • No labels