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>",
  "externalManifestId":"34567"
}
Parameter Name Data Type Description
handoverDocumentUrl String Combined manifest and handover document
externalManifestId String Identifier for the manifest created by Shopfront platform for the order