---
title: "Retrieve orders"
method: GET
path: "/api/store/order/"
tags: ["Orders"]
---

# Retrieve orders

`GET /api/store/order/`

## Query parameters

- `page` integer

## Response `200`

A list of orders

- object[]
  - `id` string
  - `order_ref` string
  - `net_price` number
  - `date_created` string
  - `username` string
  - `account_name` string
  - `order_status` string
  - `currency_symbol` string

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
