Inbound | POST | / manifest
Summary
This API will manifest the orders in OMS and required marketplace.
Description
Request
{ "locationCode": "l123", "channelId": "Myntra", "transporter": "sku123", "orderCodes": [] }
Parameter Name | Data Type | Description | Mandatory |
| 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 |