Printago API
GET /v1/orders/{orderId}/items

Get items for a specific order

Requires: order.view

Path Parameters

orderId required
string
The order's unique identifier

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "orderId": "string",
    "quantity": 1,
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-08-24T03:58:55.738Z",
    "updatedAt": "2026-08-24T03:58:55.738Z"
  }
]