---
title: "Search Orders"
method: GET
path: "/stores/{storeKey}/orders"
tags: ["Stores"]
---

# Search Orders

`GET /stores/{storeKey}/orders`

Search Orders.

## Path parameters

- `storeKey` string, required

## Query parameters

- `orderNumber` string
- `customerName` string
- `customerEmail` string
- `minOrderValue` number, double
- `maxOrderValue` number, double
- `channelIds` string
- `orderStatusIds` string
- `pickupStatusIds` string
- `deliveryTypeIds` string
- `presaleStatusIds` string
- `orderTypeIds` string
- `sort` string
- `offset` integer
- `limit` integer

## Response `200`

OK

- TcgApiModelCommonPagedApiResultSystemString
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` string[]

---

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