Skip to main content
GET
Get an order info.

Authorizations

x-api-key
string
header
required

Path Parameters

orderId
string
required

Order Id

Response

Get an order by id.

id
string

The Order Object ID.

Example:

"623d3455ec3c4b3548eb4a349"

reference
string

The Order reference number.

Example:

null

number
string

The Order number.

Example:

1234

discount
string

The total discount for given order.

Example:

120

tax
string

The total tax for given order.

Example:

100

total
string

The order total amount.

Example:

1200

subtotal
string

The order subtotal amount.

Example:

100

date
string

The order created date.

Example:

"2022-06-10T07:51:12.510Z"

date_created
string

Created date

Example:

"2022-03-25T03:17:44.092Z"

date_modified
string

Modified date

Example:

"2022-06-10T07:51:12.510Z"

orderStatus
object
products
object

The ordered products

shipping
object

The shipping details for given order

payment
object

The payment details for given order