---
title: "Get order data"
method: GET
path: "/orders/{id}"
tags: ["Orders API"]
---

# Get order data

`GET /orders/{id}`

Returns order data by ID or External ID.

## Path parameters

- `id` union, required
  - string
  - integer

## Headers

- `X-PF-Store-Id` string

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` Order — unresolved $ref

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/printful/apis/api-documentation-printful.md) · [All operations](https://skmtc.net/printful/apis/api-documentation-printful/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printful/api-documentation-printful/revisions/18e2f2e178dd/schema)
