---
title: "Retrieve specific order info"
method: GET
path: "/api/store/order/{id}/"
tags: ["Orders"]
---

# Retrieve specific order info

`GET /api/store/order/{id}/`

## Path parameters

- `id` string, required

## Response `200`

Specific order information

- object
  - `id` string
  - `dateCreated` string
  - `status` string
  - `orderReference` 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)
