cURL
curl --request GET \ --url https://api.zippendo.com/orgs/{orgId}/orders \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "orderNumber": "<string>", "status": "pending", "shipmentCount": 4503599627370495, "orderChannel": { "id": "<string>", "name": "<string>", "type": "shopify" }, "createdAt": "<string>", "updatedAt": "<string>", "customerName": "<string>", "customerEmail": "<string>", "totalAmount": 123, "currency": "<string>" } ], "total": 123, "page": 123, "limit": 123, "totalPages": 123 }
List all orders for an organization
JWT access token or API token (prefixed with zipp_)
Organization ID
1 <= x <= 9007199254740991
1 <= x <= 100
pending
processing
partially_fulfilled
fulfilled
error
cancelled
Default Response
Show child attributes