Get multiple shipment labels by it’s identifieridentifiers.
Resource URL
Parameters
https://api.bbamastro.com.au/shipment/
...
label
Request Payload
Field | Data Type |
---|
Required | Description |
---|
String[] |
Query
endPage
optional
${swagger.param.shipment.end_page}
integer (int32)
Query
labelType
optional
Fill the value with "thermal" to get thermal label, otherwise get plain paper
string
Query
startPage
optional
${swagger.param.shipment.start_page}
integer (int32)
Body
shipmentIdToPrint
optional
Array of shipment identifiers
< string > array
Yes | Array of shipment ids |
Request Payload Sample
Code Block |
---|
[
"6333c78ac052b10001c99398"
] |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | OK | string (byte) |
201 | Created | No Content |
401 | Unauthorized | No Content |
403 | Forbidden | No Content |
404 | Not Found | No Content |
Definitions
mykey
Type: apiKey
Name: Authorization
...