Get Batch By External Batch ID
This method allows you to retrieve batch resources via the external_batch_id
value if you provided one when creating the batch.
If you are new to batches in ShipEngine, be sure to read the Label Batches overview first.
Requirements
- The
external_batch_id
for the batch you wish to get.
Example Request & Response
GET /v1/batches/external_batch_id/:external_batch_id
Response
The response for this call will have the same result as the get batch by id request.