---
title: "Retrieves list of order IDs from the system for later processing via the POST endpoint. The number of entries returned varies depending on which platform your store is using"
method: GET
path: "/admin/orders/system"
tags: ["orders"]
---

# Retrieves list of order IDs from the system for later processing via the POST endpoint. The number of entries returned varies depending on which platform your store is using

`GET /admin/orders/system`

## Response `200`

- object
  - `orders` object[]
    - `id` string — The ID of the order in the system
    - `number` string — The order number reported in the system

## Other responses

- `403` — Not authenticated

---

[API](https://skmtc.dev/goaffpro/apis/goaffpro-api.md) · [All operations](https://skmtc.dev/goaffpro/apis/goaffpro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goaffpro/goaffpro-api/revisions/832de9c7d0ae/schema)
