---
title: "List a batch of Orders"
method: GET
path: "/ecommerce/orders"
tags: ["ecommerce/orders"]
---

# List a batch of Orders

`GET /ecommerce/orders`

## Query parameters

- `remote_data` boolean
- `limit` number
- `cursor` string

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, nullable, required
  - `next_cursor` string, nullable, required
  - `data` object[], required
    - `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

## Changes

- **2024-08-07** `65d2ea9683f6` — 1 breaking
  - for the `query` request parameter `limit`, default value `30` was added

[Change history](https://skmtc.dev/panoratech/apis/panora-api/changes/ecommerce/orders/get.md)

---

[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)
