Get Shipment
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Parameters
shipmentId
Type: string
Required: yes
The shipiumShipmentId or partnerShipmentId (if one was provided)includeCancelled
Type: boolean
Options: true / falseX-DELEGATED-PARTNER-ID
Type: string
Responses
200
Shipment retrieval successful.400
Invalid inputs were provided.403
Not authenticated / authorized via OAuth.404
Unable to find the deliveryEstimateId to update.
Example cURL Request
curl --request GET \
--url https://api.shipium.com/api/v1/deliveryexperience/shipment/shipmentId \
--header 'accept: application/json'
Response Codes
200400403404
Updated 26 days ago