> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/store-front/goods/undefined-3.md).

# 브랜드

브랜드API는 브랜드에 대한 상세 정보를 제공하며, 각 브랜드의 신상품과 베스트 상품 목록을 조회할 수 있습니다.

***

## 주요 기능

* 브랜드에 대한 상세 정보 제공
* 브랜드 별 신상품은 최근 14일 이내에 등록된 10개의 상품을 조회
* 브랜드 별 베스트 상품은 최근 14일 이내에 주문완료된 상품을 기준으로 주문 수량을 카운트하여 상위 랭킹 10개의 상품을 조회

## 프로세스 정의

<figure><img src="/files/OyCFCzUvVe7csmzOArwC" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### 브랜드 정보 조회

브랜드 들에 대한 정보를 상세 조회
{% endstep %}

{% step %}

### 브랜드 신상품 조회

각 브랜드의 최근 상품등록일 순으로 10개의 상품을 조회
{% endstep %}

{% step %}

### 브랜드 베스트 상품 조회

각 브랜드의 베스트랭킹 순으로 10개의 상품을 조회
{% endstep %}
{% endstepper %}

## API 기능 목록

<table data-header-hidden><thead><tr><th width="122.3333740234375">API</th><th width="313.77783203125">설명</th><th width="96.888916015625">Server</th><th width="90.2222900390625">메소드</th><th>비고</th></tr></thead><tbody><tr><td>브랜드 정보 조회</td><td><ul><li>브랜드 번호 리스트가 조회조건으로, 해당 브랜드들에 대한 정보를 <br>상세조회합니다.</li></ul></td><td>Goods</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=goods&#x26;depth=%EB%B8%8C%EB%9E%9C%EB%93%9C&#x26;path=seltBrandsList">🔗API 확인하기></a></td></tr><tr><td>브랜드별 <br>신상품 조회</td><td><ul><li>브랜드 정보 리스트가 조회조건으로, 각 브랜드의 최근 상품등록일 순으로 10개의 상품을 조회합니다.</li></ul></td><td>Goods</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=goods&#x26;depth=%EB%B8%8C%EB%9E%9C%EB%93%9C&#x26;path=seltBrandNewGoodsList">🔗API 확인하기></a></td></tr><tr><td>브랜드별 <br>베스트상품 조회</td><td><ul><li>브랜드 정보 리스트가 조회조건으로, 각 브랜드의 베스트랭킹 순으로 <br>10개의 상품을 조회합니다.</li></ul></td><td>Goods</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=goods&#x26;depth=%EB%B8%8C%EB%9E%9C%EB%93%9C&#x26;path=seltBrandBestGoodsList">🔗API 확인하기></a></td></tr></tbody></table>

## 용어 정의

<table data-header-hidden><thead><tr><th width="108.4444580078125">명칭</th><th>설명</th><th data-hidden></th></tr></thead><tbody><tr><td>신상품</td><td><ul><li>일반상품 중에서 매일 최근 14일 이내에 등록된 상품을 기준으로 상품등록일<br>순으로 가장 최근에 등록한 상품을 의미합니다.</li></ul></td><td></td></tr><tr><td>베스트상품</td><td><ul><li>일반상품 중에서 매일 최근 14일 이내의 주문 건 중 주문완료된 상품 기준으로 <br>주문수량을 카운트하여 랭킹을 정하며,상위 랭킹의 상품을 의미합니다.</li></ul></td><td></td></tr></tbody></table>

##


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/api-guide/store-front/goods/undefined-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
