/orders/print

This API prints packslip and invoice for given orders. OrderCodes here means packageReferenceCodes.

👍

Note

Orders belonging to any Fulfillment mode except SD+.
Allowed status: PFF
API supports to print packslip and invoice for upto 10 Order codes at a time.​

Request allowed values:
fulfillmentType - DROPSHIP, VENDOR_SELF, ONESHIP, OCPLUS

Request

ParameterNameDataTypeParameterTypeRequirementDescription
fulfillmentTypeStringBodyMandatoryFulfillment model
orderCodesSetBodyMandatorySet of packageReferenceCode
thermalEnabledbooleanBody---Thermal Enabled packSlip Flag

Response

metadata :

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

payload :

FieldNameDataTypeDescription
downloadLinkStringDownload link
orderDetailsMap<String, UpdateResponse>Map of Order code and UpdateResponse

UpdateResponse

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