---
title: "GET /catalog/brands"
method: GET
path: "/catalog/brands"
tags: ["Catalog"]
---

# GET /catalog/brands

`GET /catalog/brands`

Gets `Brand` objects.

## Query parameters

- `name` string
- `page_title` string
- `page` integer
- `limit` integer
- `include_fields` string
- `exclude_fields` string

## Response `200`

An array of brand objects and metadata.

- BrandCollectionResponse — Response payload for the BigCommerce API.
  - `data` Brand[]
    - `name` string — The name of the brand. Must be unique.
    - `page_title` string — The title shown in the browser while viewing the brand.
    - `meta_keywords` string[] — Comma-separated list of meta keywords to include in the HTML.
    - `meta_description` string — A meta description to include.
    - `search_keywords` string — A comma-separated list of keywords that can be used to locate this brand.
    - `image_url` string — Image URL used for this category on the storefront. Images can be uploaded via form file post to `/brands/{brandId}/image`, or by providing a publicly accessible URL in this field.
    - `custom_url` CustomUrlBrand — The custom URL for the brand on the storefront.
      - `url` string — Brand URL on the storefront.
      - `is_customized` boolean — Returns `true` if the URL has been changed from its default state (the auto-assigned URL that BigCommerce provides).
    - `id` integer, nullable — The unique numeric ID of the brand; increments sequentially.
  - `meta` CollectionMeta — Data about the response, including pagination and collection totals.
    - `pagination` Pagination — Data about the response, including pagination and collection totals.
      - `total` integer — Total number of items in the result set.
      - `count` integer — Total number of items in the collection response.
      - `per_page` integer — The amount of items returned in the collection per page, controlled by the limit parameter.
      - `current_page` integer — The page you are currently on within the collection.
      - `total_pages` integer — The total number of pages in the collection.
      - `links` object — Pagination links for the previous and next parts of the whole collection.
        - `previous` string — Link to the previous page returned in the response.
        - `current` string — Link to the current page returned in the response.
        - `next` string — Link to the next page returned in the response.

---

[API](https://skmtc.net/bigcommerce/apis/bigcommerce-api.md) · [All operations](https://skmtc.net/bigcommerce/apis/bigcommerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigcommerce/bigcommerce-api/revisions/90efb67b99f3/schema)
