---
title: "Gets a list of all orders since a date."
method: GET
path: "/v2/ecommerce/orders"
tags: ["ApiEcommerce"]
---

# Gets a list of all orders since a date.

`GET /v2/ecommerce/orders`

## Query parameters

- `fromDate` string, date-time
- `select` integer
- `skip` integer

## Response `200`

- ApiOrder[]
  - `id` string, nullable
  - `email` string, nullable
  - `contactId` string, nullable
  - `items` ApiOrderItem[], nullable
    - `sku` string, nullable
    - `name` string, nullable
    - `price` number
    - `quantity` number
    - `imagePath` string, nullable
  - `orderTotal` number
  - `orderDate` string, date-time
  - `subtotal` number
  - `payment` string, nullable
  - `status` string, nullable
  - `discount` number
  - `deliveryTotal` number
  - `deliveryMethod` string, nullable
  - `deliveryAddress` ApiOrderAddress
    - `address1` string, nullable
    - `address2` string, nullable
    - `city` string, nullable
    - `country` string, nullable
    - `postCode` string, nullable
  - `currency` string, nullable
  - `billingAddress` ApiOrderAddress
    - `address1` string, nullable
    - `address2` string, nullable
    - `city` string, nullable
    - `country` string, nullable
    - `postCode` string, nullable
  - `baseSubtotalInclTax` number
  - `couponCode` string, nullable
  - `quoteId` string, nullable
  - `retailValue` number

---

[API](https://skmtc.net/dotdigital/apis/apiconnector-com.md) · [All operations](https://skmtc.net/dotdigital/apis/apiconnector-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dotdigital/apiconnector-com/revisions/109c0537cf77/schema)
