Get Batch By ID
The final task in a typical batch lifecycle is to get the batch details of the batch you just processed. The response to this GET batch call includes the batch resource links to download the batch labels and forms as well as check that batch status and the review any errors that may have occurred.
If you are new to batches in ShipEngine, be sure to read the Label Batches overview first.
Requirements
- The
batch_id
for the batch you wish to get.
Example Request & Response
GET /v1/batches/:batch_id
Response