> 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-api/undefined-1/undefined-6.md).

# 랭킹존

14일간 판매량을 종합하여 카테고리 별 상품 랭킹 정보를 제공합니다.

이 API를 통해 사용자는 상품 랭킹 정보를 확인할 수 있습니다.

***

{% columns %}
{% column %}

<p align="center"><strong>PC</strong></p>

<figure><img src="/files/njPC7WJBN62nqx3FPyds" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<p align="center"><strong>Mobile</strong></p>

<figure><img src="/files/Vb6II3270tWYPfPhcUK1" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

## 랭킹존 <a href="#plus" id="plus"></a>

<p align="center"><img src="https://tech.x2bee.com/download/attachments/280166403/FO%20API%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0-%EB%B8%8C%EB%9E%9C%EB%93%9C%20%EB%A9%94%EC%9D%B8.drawio.png" alt=""></p>

### 1. 랭킹존 카테고리 조회 <a href="#id-1" id="id-1"></a>

랭킹존에 존재하는 상품들의 카테고리를 나열합니다 .

* **순위권 상품 카테고리 조회 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=display\&depth=%EC%A0%84%EC%8B%9C%EB%A7%A4%EC%9E%A5/getRankCategoryList))\
  14일간 판매된 상품들의 카테고리를 취합하여 조회합니다.

```
GET /v1/dummy/rank/category 
```

### 2. 랭킹존 상품목록 조회 <a href="#id-2" id="id-2"></a>

상단 카테고리에서 선택된 카테고리의 상품 정보를 조회합니다.

* **순위권 상품목록 조회 (** [🔗API 확인하기 >](https://api.x2bee.com/content?msa=display\&depth=%EC%A0%84%EC%8B%9C%EB%A7%A4%EC%9E%A5/getRankGoodsList))\
  14일간 판매된 상품을 판매량 순위로 조회합니다.

```
GET /v1/dummy/rank/goods  
```


---

# 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-api/undefined-1/undefined-6.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.
