Get Order
Orders API
Get Order
Retrieve a specific order from your store by its ID
GET
Get Order
Overview
The get order endpoint allows you to retrieve detailed information about a specific order in your store using its unique identifier. This endpoint returns the most recent order matching the provided ID.Authentication
This endpoint requires a valid JWT token in thex-auth-token header. You can find your token in the Developers section:
Path Parameters
string
required
The unique identifier (cms_id) of the order you want to retrieve
Response
The response includes the following fields:string
The unique identifier (cms_id) of the order
number
The total number of items in the order
string
The total price of the order in decimal format (e.g., “99.99”)
boolean
Indicates if the order has been paid
string
The timestamp when the order was created