---
title: "Retrieve a Order"
method: GET
path: "/ecommerce/orders/{id}"
tags: ["ecommerce/orders"]
---

# Retrieve a Order

`GET /ecommerce/orders/{id}`

Retrieve a order from any connected Ats software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedEcommerceOrderOutput
  - `order_status` string — The status of the order
  - `order_number` string — The number of the order
  - `payment_status` string — The payment status of the order
  - `currency` string — The currency of the order. Authorized value must be of type CurrencyCode (ISO 4217)
  - `total_price` number — The total price of the order
  - `total_discount` number — The total discount on the order
  - `total_shipping` number — The total shipping cost of the order
  - `total_tax` number — The total tax on the order
  - `fulfillment_status` string — The fulfillment status of the order
  - `customer_id` string — The UUID of the customer associated with the order
  - `items` object — The items in the order
  - `field_mappings` object — The custom field mappings of the object between the remote 3rd party & Panora
  - `id` string — The UUID of the order
  - `remote_id` string — The remote ID of the order in the context of the 3rd Party
  - `remote_data` object — The remote data of the customer in the context of the 3rd Party
  - `created_at` string — The created date of the object
  - `modified_at` string — The modified date of the object

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api/revisions/65d2ea9683f6/schema)
