post http://staging-apigateway.snapdeal.com/seller-api/orders/reprint
This API reprints packslip and invoice for a given order. Can reprint only single packslip and invoice at a time.
Note
Order belonging to any Fulfillment mode except SD+.
Allowed status: PRNT, BARP, AHOS, ASTN, MFG, SHP, FFD
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| orderCode | String | Body | Mandatory | package reference code |
| thermalEnabled | boolean | Body | -- | Thermal Enabled packSlip Flag |
Response
metadata :
| FieldName | DataType | Description |
|---|---|---|
| requestId | String | Unique ID for the request |
| clientId | String | Partner Id |
| responseTime | Long | Response Time |
| requestedURI | String | Requested URI |
| message | String | Error message |
payload :
| FieldName | DataType | Description |
|---|---|---|
| operationSuccessful | boolean | Describes whether operation Successful or not |
| errorMessage | String | Error message will be given if operationSuccessful is false otherwise it will be null. |
| downloadLink | String | Download link will be given if operationSuccessful is true otherwise it will be null. |
