Printago API
GET
/v1/sku-variants/filtered-values/{skuId}/{optionId}
Get filtered option values for a SKU
Path Parameters
skuId
required
string
- SKU identifier
optionId
required
string
- Option identifier
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"name": "string",
"order": 1,
"id": "string",
"storeId": "string",
"createdAt": "2026-08-24T03:58:56.321Z",
"updatedAt": "2026-08-24T03:58:56.321Z"
}
]