ecommerce/orders

Retrieve a Order

Retrieve a order from any connected Ats software

get/ecommerce/orders/{id}

Path parameters

idstring required

id of the order you want to retrieve.

Query parameters

remote_databoolean

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

Headers

x-connection-tokenstring required

The connection token

Response

order_statusstring

The status of the order

order_numberstring

The number of the order

payment_statusstring

The payment status of the order

currencystring

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

total_pricenumber

The total price of the order

total_discountnumber

The total discount on the order

total_shippingnumber

The total shipping cost of the order

total_taxnumber

The total tax on the order

fulfillment_statusstring

The fulfillment status of the order

customer_idstring

The UUID of the customer associated with the order

itemsobject

The items in the order

field_mappingsobject

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

idstring

The UUID of the order

remote_idstring

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

remote_dataobject

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

created_atstring

The created date of the object

modified_atstring

The modified date of the object

Changes