Skip to end of banner
Go to start of banner

Combined Manifest And Handover API (Beta)

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

Version 1 Current »

Inbound | POST /ewms/push/usp/handover/combined

Summary

Any external fulfillment system utilizes this API to obtain a consolidated manifest and handover document from Increff OMS.

Description

This API is used to get combined manifest and handover documents in a single document from OMS. At the same time, OMS will update the order status to Completed.

Request

{
  "channelName": "ERPP",
  "locationCode": "temp1",
  "orderCodes": [
    "3008-17128"
  ],
  "transporter": "SELF"
}

 

Parameter Name

Data Type

Description

Mandatory

orderCodes

Object

List of orders whose manifest is to be created

Yes

channelName

String

channel name to which the orders belong

Yes

locationCode

String

Location code to which the orders belong

Yes

transporter

String

transporter to whom the manifest would be handed over

Yes

Response

{
  "handoverDocumentUrl":"https://storage.googleapis.com/qa3-bucket/1100164431/HANDOVER/cb6e6c0c-0945-4f5f-a20d-276921229195.pdf"
}

Parameter Name

Data Type

Description

handoverDocumentUrl

String

Combined manifest and handover document

  • No labels