Skip to main content
GET
/
api
/
v1
/
styles
/
{style_id}
/
skus
List Style Skus
curl --request GET \
  --url https://staging.cutmake.ai/api/v1/styles/{style_id}/skus
[
  {
    "id": "<string>",
    "documentId": "<string>",
    "color": "<string>",
    "size": "<string>",
    "qrData": "<string>",
    "isKittedBundle": false,
    "kittedBundle": [
      {}
    ]
  }
]

Headers

X-Org-Id
string | null

Path Parameters

style_id
string
required

Response

Successful Response

id
string
required
documentId
string | null
color
string | null
size
string | null
qrData
string | null
isKittedBundle
boolean
default:false
kittedBundle
Kittedbundle · object[] | null