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

# Get Customer Summary

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

Returns the total number of orders and total product dollar amount for all orders a customer has place with the seller.
The token represents the unique seller and customer combination.

## Path parameters

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

## Response `200`

OK

- TcgApiModelCommonApiResultTcgApiModelStoreCustomerOrderSummaryTotal
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreCustomerOrderSummaryTotal[]
    - `totalOrderCount` integer
    - `totalProductAmount` number, double

## Other responses

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

---

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