---
title: "Create brand"
method: POST
path: "/api/catalog/pvt/brand"
tags: ["Brand"]
---

# Create brand

`POST /api/catalog/pvt/brand`

Creates a new brand.

## Permissions

Any user or [API key](https://developers.vtex.com/docs/guides/api-authentication-using-api-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:

| **Product** | **Category** | **Resource** |
| --------------- | ----------------- | ----------------- |
| Catalog | Content | **Brands Management** |

There are no applicable [predefined roles](https://help.vtex.com/en/tutorial/predefined-roles--jGDurZKJHvHJS13LnO7Dy) for this resource list. You must [create a custom role](https://help.vtex.com/en/tutorial/roles--7HKK5Uau2H6wxE1rH5oRbc#creating-a-role) and add at least one of the resources above in order to use this endpoint. To learn more about machine authentication at VTEX, see [Authentication overview](https://developers.vtex.com/docs/guides/authentication).

>❗ To prevent integrations from having excessive permissions, consider the [best practices for managing API keys](https://help.vtex.com/en/tutorial/best-practices-api-keys--7b6nD1VMHa49aI5brlOvJm) when assigning License Manager roles to integrations.

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Request body

- BrandCreateUpdateRequest — Object containing brand information.
  - `Id` integer, required — Brand's unique numerical identifier.
  - `Name` string, required — Brand name.
  - `Text` string — Meta description for the brand page. A brief description of the brand, displayed by search engines. Since search engines can only display less than 150 characters, we recommend not exceeding this character limit when creating the description.
  - `Keywords` string — Store Framework - Deprecated. Legacy CMS Portal - Alternative search terms that will lead to the specific brand. The user can find the desired brand even when misspelling it. Used especially when words are of foreign origin and have a distinct spelling that is transcribed into a generic one, or when small spelling mistakes occur.
  - `SiteTitle` string — Meta title for the brand page.
  - `AdWordsRemarketingCode` string, nullable — This is a legacy field. Do not take this information into consideration.
  - `LomadeeCampaignCode` string, nullable — This is a legacy field. Do not take this information into consideration.
  - `Score` integer, nullable — Store Framework - Deprecated Legacy CMS Portal - Value used to set the priority on the search result page.
  - `MenuHome` boolean — Store Framework - Deprecated. Legacy CMS Portal - Defines if the brand appears in the Department Menu control (`<vtex.cmc:departmentNavigator/>`).
  - `Active` boolean — Defines if the brand is active (`true`) or not (`false`).
  - `LinkId` string, nullable — Brand page slug. Only lowercase letters and hyphens (`-`) are allowed.

## Response `200`

OK

- BrandCreateUpdate — Object containing brand information.
  - `Id` integer, required — Brand's unique numerical identifier.
  - `Name` string, required — Brand name.
  - `Text` string — Meta description for the brand page. A brief description of the brand, displayed by search engines. Since search engines can only display less than 150 characters, we recommend not exceeding this character limit when creating the description.
  - `Keywords` string — Store Framework - Deprecated. Legacy CMS Portal - Alternative search terms that will lead to the specific brand. The user can find the desired brand even when misspelling it. Used especially when words are of foreign origin and have a distinct spelling that is transcribed into a generic one, or when small spelling mistakes occur.
  - `SiteTitle` string — Meta title for the brand page.
  - `AdWordsRemarketingCode` string — This is a legacy field. Do not take this information into consideration.
  - `LomadeeCampaignCode` string — This is a legacy field. Do not take this information into consideration.
  - `Score` integer, nullable — Store Framework - Deprecated Legacy CMS Portal - Value used to set the priority on the search result page.
  - `MenuHome` boolean — Store Framework - Deprecated. Legacy CMS Portal - Defines if the brand appears in the Department Menu control (`<vtex.cmc:departmentNavigator/>`).
  - `Active` boolean — Defines if the brand is active (`true`) or not (`false`).
  - `LinkId` string, nullable — Brand page slug. Only lowercase letters and hyphens (`-`) are allowed.

---

[API](https://skmtc.dev/vtex/apis/catalog-api.md) · [All operations](https://skmtc.dev/vtex/apis/catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vtex/catalog-api/revisions/ba9fbd1b771f/schema)
