Returns a list of Orders.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the user.
A comma-separated list of fields to sort. Multiple allowed. Prefix with - to sort descending.
placed_at, created_at "placed_at"
"4cdf32b8-47e2-4714-88b4-9ab307a097f9"
"processing,completed,cancelled"
"4cdf32b8-47e2-4714-88b4-9ab307a097f9"
"some_type"
"2023-10-07T12:16:27+00:00"
"some_reference_id"
[
{
"uuid": "4b059d56-04bd-3a7c-a523-02c062665378",
"status": "draft",
"placed_at": "2025-06-11T16:04:44+00:00",
"expires_at": "2026-03-11T14:05:30+00:00",
"sub_total": {
"currency": "USD",
"amount": "9662.00",
"amount_minor": 966200
},
"discount_total": {
"currency": "USD",
"amount": "0.00",
"amount_minor": 0
},
"tax_total": {
"currency": "USD",
"amount": "0.00",
"amount_minor": 0
},
"credits_total": {
"currency": "USD",
"amount": "0.00",
"amount_minor": 0
},
"total": {
"currency": "USD",
"amount": "9662.00",
"amount_minor": 966200
},
"remaining_total": {
"currency": "USD",
"amount": "9662.00",
"amount_minor": 966200
},
"total_before_tax": {
"currency": "USD",
"amount": "9662.00",
"amount_minor": 966200
},
"tax_breakdown": [
{
"amount": {
"currency": "USD",
"amount": "0.00",
"amount_minor": 0
},
"code": "Test Tax",
"name": "some-tax",
"rate": 10,
"calculator_type": "percent"
}
],
"discount_breakdown": [
{
"amount": {
"currency": "USD",
"amount": "0.00",
"amount_minor": 0
},
"code": "Test Discount",
"name": "some-discount",
"rate": 10,
"calculator_type": "percent"
}
]
},
{
"uuid": "67fa6c6f-4573-3fc7-8230-798493c16b24",
"status": "draft",
"placed_at": "2025-11-21T06:30:35+00:00",
"expires_at": "2026-03-11T14:05:30+00:00",
"sub_total": {
"currency": "USD",
"amount": "4303.00",
"amount_minor": 430300
},
"discount_total": {
"currency": "USD",
"amount": "0.00",
"amount_minor": 0
},
"tax_total": {
"currency": "USD",
"amount": "0.00",
"amount_minor": 0
},
"credits_total": {
"currency": "USD",
"amount": "0.00",
"amount_minor": 0
},
"total": {
"currency": "USD",
"amount": "4303.00",
"amount_minor": 430300
},
"remaining_total": {
"currency": "USD",
"amount": "4303.00",
"amount_minor": 430300
},
"total_before_tax": {
"currency": "USD",
"amount": "4303.00",
"amount_minor": 430300
},
"tax_breakdown": [
{
"amount": {
"currency": "USD",
"amount": "0.00",
"amount_minor": 0
},
"code": "Test Tax",
"name": "some-tax",
"rate": 10,
"calculator_type": "percent"
}
],
"discount_breakdown": [
{
"amount": {
"currency": "USD",
"amount": "0.00",
"amount_minor": 0
},
"code": "Test Discount",
"name": "some-discount",
"rate": 10,
"calculator_type": "percent"
}
]
}
]