/dropship/manifest

This API creates Manifest handover with the given order codes. Here orderCodes means packageReferenceCode

👍

Note

Orders belonging to only Dropship.

If a seller has created a handover but it is not yet printed and he/she tries to create a new handover with a different order, this order will be added to the existing un-printed handover.
eg. Suppose handover HOS11111 has been created with order code SLP11111.
And seller now tries to create a new handover with order SLP22222, this order will be added to previous handover HOS11111 only. No new handover will be created.
This won't be the case if existing handover is already printed. In this case a new handover will be created.

Request

ParameterNameDataTypeParameterTypeRequirementDescription
orderCodesSetBodyMandatorySet of package reference codes

Response

metadata :

FieldNameDataTypeDescription
requestIdStringUnique ID for the request
clientIdStringPartner Id
responseTimeLongResponse Time
requestedURIStringRequested URI
messageStringError message

payload :

FieldNameDataTypeDescription
handOverDetailsMap<String, UpdateResponse>Map of Order code and UpdateResponse
handOverCodeStringHandover code

UpdateResponse

FieldNameDataTypeDescription
operationSuccessfulbooleanDescribes whether operation Successful or not
errorMessageStringError message will be given if operationSuccessful is false otherwise it will be null.
Language
Authorization