Skip to main content
GET
Get Order

Get Order

Returns a single order with full details including line items, customer information, and fulfillment data.

Request

Parameters

id
string
required
The unique order ID

Response

On success the order is returned under order, with full details including its line items. Money fields are decimal strings (e.g. "54.50"), matching the products surface — not integer cents.
order
object
The order object
There is no top-level status field — payment and fulfillment state are exposed separately as financial_status and fulfillment_status.

Example Response

Error Codes

StatusDescription
401Invalid or missing access token
403App doesn’t have the read_orders scope
404Order with the specified ID does not exist