---
title: "Product brand list"
method: GET
path: "/shops/{SHOP_ID}/brand"
tags: ["Product"]
---

# Product brand list

`GET /shops/{SHOP_ID}/brand`

Get list of product brands

## Path parameters

- `SHOP_ID` integer, required

## Query parameters

- `page` integer
- `page_size` integer
- `search` string

## Response `200`

Success

- object
  - `data` Brand[] — List of brands
    - `id` string, uuid — Brand ID
    - `name` string — Brand name
    - `description` string, nullable — Brand description
    - `display_id` integer — Display ID
    - `shop_id` integer — Shop ID
    - `inserted_at` string, date-time — Created time
    - `updated_at` string, date-time — Updated time

---

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