---
title: "Search orders using a multitude of filters"
method: GET
path: "/orders/"
tags: ["Order"]
---

# Search orders using a multitude of filters

`GET /orders/`

## Query parameters

- `ApproveStatus` 'WAITING' | 'OK' | 'FRAUD' | 'INVALIDDATA'
- `Newer` string
- `Status` 'COMPLETE' | 'PENDING' | 'CANCELED' | 'REFUND'
- `StartDate` string
- `EndDate` string
- `PartnerOrders` boolean
- `ExternalRefNo` string
- `IncludeTestOrders` string
- `Page` string
- `Limit` integer

## Response `201`

Created

---

[API](https://skmtc.dev/2checkout/apis/api-rest-documentation.md) · [All operations](https://skmtc.dev/2checkout/apis/api-rest-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/2checkout/api-rest-documentation/revisions/8a7ea610933e/schema)
