cURL
curl --request GET \ --url https://api.ship.uniuni.com/prod/client/shipments/{orderNumber} \ --header 'Authorization: Bearer <token>'
200
success
Retrieves a specific shipment by its order number.
API access token generated from the UniUni Platform dashboard.
The unique order number (e.g. UNI031455E90).
Shipment retrieved or error returned
Additional information about the request status.
Status code. 0 indicates success.
Show child attributes
Was this page helpful?