cURL
Shipping
Batch Get Shipments
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Comma-separated list of shipment names to retrieve. A maximum of 1000 shipments can be retrieved in a batch. Format: shipments/{shipment}
Example:
"shipments/669883e4bb5d6ab047c1c334,shipments/669a8cba6af86466a42de2fe"
Response
200 - application/json
Successfully fetched a batch of shipments.
Shipments requested in the same order as the names in the request.