Printago API
GET /v1/sku-variants/bindings

Get all variant bindings for a store

Requires: sku.view

Response Schema

Response
value
object[]

Example Response

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