Printago API
GET
/v1/orders/items
Get all order items
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.736Z",
"updatedAt": "2026-08-24T03:58:55.736Z"
}
]