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 | Code used by channels to identify a warehouse | Yes |
| String | Code used to identify a channel | Yes |
| String | Courier partner name | yes |
| String[] | These are the order codes to be added in the manifest. | Yes |
Response
{ "manifestCode": "INV123", "externalManifestCode": "INV123", "manifestUrl": "https://mybrand.com/manifest123.pdf", "manifest": "manifestBase64String" }
HttpStatus : 200
Parameter Name | Data Type | Description | Mandatory |
| String | Unique code used by the OMS to identify the manifest | yes |
| String | Unique code used by the channel to identify the manifest | yes |
|
| Downloadable pdf url of manifest document(either of manifest and manifestUrl is mandatory) | no |
|
| Base64 encoded manifest PDF String(either of manifest and manifestUrl is mandatory) | no |