---
title: "GetOrders"
method: GET
path: "/orders"
tags: ["Orders"]
---

# GetOrders

`GET /orders`

Get orders

## Query parameters

- `id` string[]
- `fromDate` string, date-time
- `entriesPerPage` integer
- `includeProcessed` boolean
- `onlyPaid` boolean
- `locationId` string, uuid
- `searchToken` string, uuid

## Response `200`

Success

- union
  - GetOrdersResponse
    - `TotalOrders` integer
    - `NextSearchToken` string, uuid, nullable
  - AnonymousGetOrdersResponse
    - `TotalOrders` integer
    - `NextSearchToken` string, uuid, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
