/
Create Manifest in Increff OMS

Create Manifest in Increff OMS

Inbound | POST | /usp/ manifest

Summary

This API will manifest the orders in Increff OMS system and the respective marketplace passed in channelName.

Description

This API is used to generate the manifest in Increff OMS for the orders passed in request body and the respective marketplace integrated from Increff system and will return the manifest code & manifest document to external fulfillment system.

Request

{ "locationCode": "l123", "channelName": "Myntra", "transporter": "sku123", "orderCodes": ["101","102","103"] }

Parameter Name

Data Type

Description

Mandatory

locationCode

String

Code used by channels to identify a warehouse

Yes

channelName

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

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

HttpStatus : 200 

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

Related content

Push Outward Order Events API
Push Outward Order Events API
Read with this
Create Manifest API
Create Manifest API
More like this
Push Return Order Events to EFS
Push Return Order Events to EFS
Read with this
Combined Manifest And Handover API (Beta)
Combined Manifest And Handover API (Beta)
More like this
Update Inventory in Increff OMS
Update Inventory in Increff OMS
Read with this
Handover Notification
Handover Notification
More like this