---
title: "Create a new brand"
method: POST
path: "/foods/brands"
tags: ["food"]
---

# Create a new brand

`POST /foods/brands`

## Request body

- CreateBrandRequest
  - `brand_type` 'standard' | 'store_brand' | 'restaurant'
  - `country` string, nullable
  - `manufacturer_id` integer, nullable
  - `name` string, required
  - `status` 'active' | 'pending_review' | 'deprecated'

## Response `201`

created

- BrandDetailResponse
  - `aliases` BrandAliasResponse[]
    - `alias` string
    - `alias_normalized` string
    - `brand_id` integer
    - `confidence` number, nullable
    - `created_time` string, date-time, nullable
    - `id` integer
    - `source` string, nullable
  - `brand_type` string
  - `country` string, nullable
  - `created_time` string, date-time, nullable
  - `id` integer
  - `manufacturer_id` integer, nullable
  - `name` string
  - `name_normalized` string
  - `status` string
  - `updated_time` string, date-time, nullable

## Other responses

- `409` — brand with same normalized name already exists

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/750cc0d96a93?raw)
