cURL
curl --request GET \ --url https://pandabase.io/api/orders \ --header 'Authorization: Bearer <token>' \ --header 'X-Storefront-Id: <x-storefront-id>'
{ "ok": true, "data": { "orders": [ { "id": "ord_xyz789", "amount": 2999, "currency": "USD", "status": "pending", "customer": { "id": "<string>", "email": "jsmith@example.com" }, "created_at": "2023-11-07T05:31:56Z" } ] } }
Retrieve a list of orders
V3 API key authentication. Format: sk_v3_xxxxx
sk_v3_xxxxx
Your storefront/shop ID
Orders retrieved successfully
true
Show child attributes