Versions Compared

Key

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

Inbound | POST | /usp/ manifest

...

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

...

Code Block
languagejson
{
    "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

...