Retrieve Shipment
Retrieves a shipment by its id, or by the payment id it fulfills.
Response
shipment retrieved
Example response
{
"account_id": "biz_xxxxxxxxxxxxxx",
"carrier": "ups",
"checkpoints": [
{
"location": "PHILADELPHIA, PA",
"message": "Picked up",
"status": "in_transit",
"timestamp": "2026-01-01T12:00:00.000Z"
}
],
"created_at": "2026-01-01T12:00:00.000Z",
"id": "ship_xxxxxxxxxxxxxx",
"payment_id": "pay_xxxxxxxxxxxxxx",
"status": "in_transit",
"tracking_number": "1Z999AA10123456784",
"tracking_url": "https://track.aftership.com/xxxxxxxxxxxxxxxxxx",
"updated_at": "2026-01-01T12:00:00.000Z"
}Changes
Changed in 65 of the 74 revisions of this API.8778
- ○
the security scope
shipment:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
shipment:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
shipment:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
shipment:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
shipment:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
shipment:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
shipment:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
shipment:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
shipment:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
shipment:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
Of the 74 revisions, 1 has no diff computed.