> 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/back-office/goods-bo/undefined-4.md).

# 일자별 상품 순위 제외대상

일자별 상품 순위 집계 시 제외할 상품을 효율적으로 관리하는 기능을 제공합니다. 해당 API를 사용하여 어떤 상품이 신상품이거나 판매량 집계 시 제외되어야 하는지 구분하고, 특정 기간 동안 이 제외 설정을 유지할 수 있습니다.

***

### 주요 기능

* **일자별 상품 순위 제외 설정**
  * 상품순위구분 값으로 '신상품' 또는 '판매량' 중 하나를 선택하여 상품 순위 집계 시 제외되는 대상을 설정합니다.
  * 제외 시작일과 종료일을 지정하여 해당 기간 동안만 제외되도록 설정할 수 있습니다.
* **일괄 제외 대상 조회**
  * 설정된 조건에 따라 일괄적으로 제외되는 상품 목록을 조회할 수 있습니다.

### 프로세스 정의

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

{% stepper %}
{% step %}

### 일자별상품순위제외대상 조회

상품순위구분, 상품번호, 제외시작일, 제외종료일, 상품명, 사용자Id/명으로 상세 조회 가능합니다.
{% endstep %}

{% step %}

### 일자별상품순위제외대상 등록

등록 시 상품순위구분코드, 상품번호, 제외시작일, 제외종료일은 필수로 입력해야 합니다. 제한사유는 옵션값으로 입력하지 않아도 됩니다.
{% endstep %}
{% endstepper %}

### API 기능 목록

<table><thead><tr><th width="140.111083984375">API</th><th width="312.111083984375">설명</th><th width="93.5555419921875">Server</th><th width="90.22216796875">메소드</th><th>비고</th></tr></thead><tbody><tr><td>일자별상품순위제외대상 목록 조회</td><td><ul><li>검색 조건으로 일자별상품순위제외대상 목록을 조회합니다.</li></ul></td><td>BO</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=common&#x26;depth=%EC%95%8C%EB%A6%BC%EB%A9%94%EC%8B%9C%EC%A7%80&#x26;path=sendMessage">🔗API 확인하기 ></a></td></tr><tr><td>일자별상품순위제외대상 목록 저장</td><td><ul><li>일자별상품순위제외대상 목록을 저장, 수정, 삭제할 수 있습니다.</li></ul></td><td>BO</td><td>POST</td><td><a href="http://apibo.x2bee.com/content?bo=goods&#x26;depth=%EC%9D%BC%EC%9E%90%EB%B3%84%EC%83%81%ED%92%88%EC%88%9C%EC%9C%84%EC%A0%9C%EC%99%B8%EB%8C%80%EC%83%81&#x26;path=saveGoodsRankExceptList">🔗API 확인하기 ></a></td></tr></tbody></table>

### 용어 정의

<table><thead><tr><th width="222.8887939453125">명칭</th><th>설명</th><th data-hidden>비고</th></tr></thead><tbody><tr><td>상품순위구분</td><td>상품순위 집계 시 사용되는 구분 값입니다. 신상품, 판매량으로 구분되며 일자별상품순위제외대상 조회, 등록 시 사용됩니다.</td><td></td></tr><tr><td>제외시작일 / 제외종료일</td><td>일자별상품순위제외대상 등록 시 필수로 입력 되어야 하는 제외 날짜입니다. 제외시작일 기본값은 금일 날짜이며, 제외종료일 기본값은 제외시작일 +6일입니다.</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/back-office/goods-bo/undefined-4.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.
