Printago API
GET /v1/folders/skus

Get SKU folders

Requires: sku.view

Response Schema

Response
value
object[]

Example Response

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