Get a Shipment by ID
ShipEngine stores a shipment’s information as a shipment object and each shipment's information is associated with a unique shipment_id
.
Requirements
- You will need a
shipment_id
for this request (returned in the create a shipment response, as well as other responses for endpoints that automatically create a shipment object).
Example Request & Response
GET /v1/shipments/:shipment_id
Response