Skip to main content
GET
List My Orders

Authorizations

Authorization
string
header
required

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

X-Customer-Token
string
header
required

Storefront customer authentication token. Issued via POST /admin/customers/{id}/token. Required for accessing /storefront/customers/, /storefront/orders/.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
starting_after
string

Return results after this ID (cursor)

status
enum<string>
Available options:
pending,
confirmed,
processing,
completed,
cancelled
created_after
string<date-time>
created_before
string<date-time>

Response

200 - application/json

Success

data
object[]
total_count
integer

Only returned in Admin API

has_more
boolean
next_cursor
string | null