Printago API
GET /v1/sku-variants/prop-values

Get all property values for a store

Requires: sku.view

Response Schema

Response
value
object[]

Example Response

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