---
title: "Search Store Customers"
method: GET
path: "/stores/{storeKey}/customers"
tags: ["Stores"]
---

# Search Store Customers

`GET /stores/{storeKey}/customers`

Search Store Customers.

## Path parameters

- `storeKey` string, required

## Query parameters

- `name` string
- `email` string
- `offset` integer
- `limit` integer

## Response `200`

OK

- TcgApiModelCommonPagedApiResultTcgApiModelStoreCustomer
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreCustomer[]
    - `token` string
    - `firstName` string
    - `lastName` string
    - `email` string
    - `shippingAddress` TcgApiModelStoreCustomerAddress
      - `firstName` string
      - `lastName` string
      - `address1` string
      - `address2` string
      - `city` string
      - `state` string
      - `postalCode` string
      - `country` string

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