GET
/
ecommerce
/
orders
/
{id}

Authorizations

x-api-key
string
headerrequired

Headers

x-connection-token
string
required

The connection token

Path Parameters

id
string
required

id of the order you want to retrieve.

Query Parameters

remote_data
boolean

Set to true to include data from the original Ats software.

Response

200 - application/json
order_status
string | null

The status of the order

order_number
string | null

The number of the order

payment_status
string | null

The payment status of the order

currency
string | null

The currency of the order. Authorized value must be of type CurrencyCode (ISO 4217)

total_price
number | null

The total price of the order

total_discount
number | null

The total discount on the order

total_shipping
number | null

The total shipping cost of the order

total_tax
number | null

The total tax on the order

fulfillment_status
string | null

The fulfillment status of the order

customer_id
string | null

The UUID of the customer associated with the order

items
object[] | null

The items in the order

field_mappings
object | null

The custom field mappings of the object between the remote 3rd party & Panora

id
string | null

The UUID of the order

remote_id
string | null

The remote ID of the order in the context of the 3rd Party

remote_data
object | null

The remote data of the customer in the context of the 3rd Party

created_at
string | null

The created date of the object

modified_at
string | null

The modified date of the object