/dropship/manifest/{id}

This API adds orders to an existing Manifest handover. Here orderCodes means packageReferenceCode

👍

Note

Orders belonging to only Dropship.

Request

ParameterNameDataTypeParameterTypeRequirementDescription
orderCodesSetBodyMandatorySet of package reference codes
idStringPathMandatoryHandover code

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