GET/api/v1/orders/{id}

Get a single order

Returns the full order — items, shipment, customer, refunds — by order id.

Authorization

Requires the orders:read scope. See the auth guide for how to mint a token with the right scopes.

Parameters

Path parameters

FieldTypeDescription
id
required
stringOrder CUID.
e.g. cl9j4k2l3000001jx8h2zfb1m

Response

A successful call returns 200 OK with the body shown to the right. Errors follow the standard envelope.