---
title: "Create brand"
method: POST
path: "/brands"
tags: ["Brands"]
---

# Create brand

`POST /brands`

Creates a new brand.

🔒 Requires: `products:write` scope

## Request body

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

## Response `200`

OK

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

---

[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)
