Printago API
GET
/v1/sku-variants/values
Get all variant values for a store
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"name": "string",
"order": 1,
"id": "string",
"storeId": "string",
"createdAt": "2026-09-09T20:31:47.513Z",
"updatedAt": "2026-09-09T20:31:47.513Z"
}
]