---
title: "Update a single brand"
method: PUT
path: "/brands/{brand_id}"
tags: ["Brands"]
---

# Update a single brand

`PUT /brands/{brand_id}`

🔒 Requires: `products:write` scope

## Path parameters

- `brand_id` string, required

## Request body

- BrandBase
  - `description` string — The brand description.
  - `name` string, required — The Brand name.

## Response `200`

The updated brand.

- object
  - `data` object
    - `id` string, uuid — The id of the brand.

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
