PUT /shipment/label
Get multiple shipment labels by identifiers.
Resource URL
Request Payload
Field | Data Type | Required | Description |
---|---|---|---|
| String[] | Yes | Array of shipment ids |
Request Payload Sample
[
"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 |
, multiple selections available,