cURL
curl --request GET \ --url https://api.zippendo.com/public/shipments/id/{shipmentId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "reference": "<string>", "status": "<string>", "recipientName": "<string>", "recipientEmail": "<string>", "createdAt": "<string>", "orgId": "<string>", "orderLines": [ { "quantity": 123, "sku": "<string>", "description": "<string>", "unitPrice": 123, "currency": "<string>" } ] }
Get shipment by ID (public access for return portal)
JWT access token or API token (prefixed with zipp_)
Shipment ID
Default Response
Show child attributes