Get a Shipment by ID
Example
This example shows how to successfully call the GET /v1/shipments/:shipment_id
endpoint.
Example Request
123
GET /v1/shipments/se-202902255 HTTP/1.1Host: api.shipengine.comAPI-Key: __YOUR_API_KEY_HERE__
Example Response
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
{"shipment_id": "se-202902255","carrier_id": "se-123890","service_code": "usps_priority_mail","external_shipment_id": "0bcb569d-1727-4ff9-ab49-b2fec0cee5ae","ship_date": "2018-02-12T00:00:00Z","created_at": "2018-02-13T00:53:52.027Z","modified_at": "2018-02-13T00:53:52.027Z","shipment_status": "pending","ship_to": {"name": "Amanda Miller","phone": "555-555-5555","address_line1": "525 S Winchester Blvd","city_locality": "San Jose","state_province": "CA","postal_code": "95128","country_code": "US","address_residential_indicator": "yes"},"ship_from": {"company_name": "Example Corp.","name": "John Doe","phone": "111-111-1111","address_line1": "4009 Marathon Blvd","address_line2": "Suite 300","city_locality": "Austin","state_province": "TX","postal_code": "78756","country_code": "US","address_residential_indicator": "no"},"warehouse_id": null,"return_to": {"company_name": "Example Corp.","name": "John Doe","phone": "111-111-1111","address_line1": "4009 Marathon Blvd","address_line2": "Suite 300","city_locality": "Austin","state_province": "TX","postal_code": "78756","country_code": "US","address_residential_indicator": "no"},"insurance_provider": "none","tags": [],"packages": [{"package_code": "package","weight": {"value": 1.00,"unit": "ounce"},"dimensions": {"unit": "inch","length": 0.0,"width": 0.0,"height": 0.0},"insured_value": {"currency": "usd","amount": 0.00},"label_messages": {"reference1": null,"reference2": null,"reference3": null}}],"total_weight": {"value": 1.00,"unit": "ounce"}}