Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Merchant API V2 token. Pass as Authorization: Bearer <token>.

Query Parameters

limit
integer
default:25
Required range: 1 <= x <= 100
cursor
string
created_after
string<date-time>
created_before
string<date-time>
updated_after
string<date-time>
updated_before
string<date-time>
order_status
enum<string>
Available options:
draft,
pending,
confirmed,
completed,
cancelled
payment_status
enum<string>
Available options:
pending,
confirming,
partial,
paid,
refunded,
voided
fulfillment_status
enum<string>
Available options:
unfulfilled,
ready,
in_transit,
out_for_delivery,
fulfilled,
partially_fulfilled

Response

List of orders

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required
next_cursor
string | null
required