---
title: "Get Customer Orders"
method: GET
path: "/stores/{storeKey}/customers/{token}/orders"
tags: ["Stores"]
---

# Get Customer Orders

`GET /stores/{storeKey}/customers/{token}/orders`

Returns a list of orders containing the total product quantity and total product dollar amount for each order a customer has placed with the seller.
The token represents the unique seller and customer combination.

## Path parameters

- `storeKey` string, required
- `token` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- TcgApiModelCommonPagedApiResultTcgApiModelStoreCustomerOrderSummary
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreCustomerOrderSummary[]
    - `orderNumber` string
    - `orderDate` string, date-time
    - `totalProductQuantity` integer
    - `totalProductAmount` number, double

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.dev/tcgplayer/apis/tcgapi.md) · [All operations](https://skmtc.dev/tcgplayer/apis/tcgapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tcgplayer/tcgapi/revisions/dc32a30fcb68/schema)
