---
title: "Link/unlink SKU"
method: PATCH
path: "/v1/makes/{id}/sku"
tags: ["Makes"]
---

# Link/unlink SKU

`PATCH /v1/makes/{id}/sku`

Link a SKU to a make or unlink by setting sku_id to null

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `sku_id` unknown, required
  - `organizationId` string — Organization ID (optional, defaults to user's primary organization)

## Response `200`

SKU link updated successfully

- object — SKU link updated successfully

## Other responses

- `404` — Make or SKU not found

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
