Get multiple shipment labels by identifiers.
Resource URL
Cluster | URL |
---|---|
Australia | https://api.bbamastro.com/shipment/shipment/label |
US |
UK
Request Payload
Field | Data Type | Required | Description |
---|---|---|---|
String[] | 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 |