Printago API
GET /v1/orders/ignored-skus

Get ignored SKUs list

Requires: order.view

Response Schema

IgnoredSku
createdAtrequired
string
format: date-time
idrequired
string
pattern: ^[a-z0-9]{24}$
skusrequired
string[]
storeIdrequired
string
pattern: ^[a-z0-9]{24}$
updatedAtrequired
string
format: date-time

Example Response

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