Printago API
GET /v1/sku-variants/bindings/{id}/properties

Get SKU-specific properties

Requires: sku.view

Path Parameters

id required
string
- Binding identifier

Response Schema

Response
value
object[]

Example Response

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