Skip to main content
POST
List orders

Authorizations

Authorization
string
header
required

An API key from Settings → API keys in Arcade Studio.

Body

application/json
cursor
string | null

nextCursor of the previous page; omit for the first page

Minimum string length: 1
limit
integer
default:20
Required range: 1 <= x <= 50
status
enum<string>

Only orders in this status

Available options:
ordered,
cadReview,
sampleReview,
inProduction,
inReview,
inCorrection,
approved,
updatedInfo,
shipped,
delivered,
fulfilled,
refunded

Response

200 - application/json

OK

items
object[]
required

Newest first

nextCursor
string | null
required

Opaque; pass back unchanged. Null on the last page. With a status, a page can hold fewer than limit orders.