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

# 상품 모듈 제공 API

상품에 필요한 관련 API를 제공합니다.

## 주요 기능

* 특정기간 내 단품 단위 주문수량을 조회할 수 있습니다.
* 사은품의 주문수량을 조회할 수 있습니다.
* 상품평 작성이 가능한 주문 상품 목록을 조회할 수 있습니다.
* 상품평 작성 가능한 주문 상품의 수를 조회할 수 있습니다.
* 주문 상품의 상품평을 등록 완료 처리할 수 있습니다.
* 상품 Q\&A 상담을 고객센터로 이관할 수 있습니다.

## API 기능 목록

<table><thead><tr><th width="107.888916015625">API</th><th width="293.3333740234375">설명</th><th width="93.5555419921875">Server</th><th width="94.6666259765625">메서드</th><th>비고</th></tr></thead><tbody><tr><td>예약상품 주문 수량 조회</td><td><ul><li>예약상품의 주문수량을 조회합니다. 상품번호, 단품번호, 예약시작일시, 예약종료일시를 기준으로 기간 내 단품 단위 주문 수량을 조회합니다.</li></ul></td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EC%83%81%ED%92%88%EC%A0%9C%EA%B3%B5&#x26;path=getOrdRsvGoodsTotCnt">🔗API 확인하기></a></td></tr><tr><td>사은품 <br>주문 수량 조회</td><td><ul><li>사은품 주문 수량을 조회합니다. <br>사은품 상품 번호를 기준으로 <br>사은품의 주문 수량을 조회합니다.</li></ul></td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EC%83%81%ED%92%88%EC%A0%9C%EA%B3%B5&#x26;path=getAeOrdTotCnt">🔗API 확인하기></a></td></tr><tr><td>상품평 <br>등록가능 상품 조회</td><td><ul><li>특정기간내 상품평 작성 가능한 주문 상품 목록을 조회합니다. <br>로그인은 필수입니다.</li></ul></td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EC%83%81%ED%92%88%EC%A0%9C%EA%B3%B5&#x26;path=getReviewWritePossibleList">🔗API 확인하기></a></td></tr><tr><td>상품평 <br>등록가능 상품건수 조회</td><td><ul><li>특정기간내 상품평 작성 가능한 주문 상품의 수를 조회합니다. <br>로그인은 필수입니다.</li></ul></td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EC%83%81%ED%92%88%EC%A0%9C%EA%B3%B5&#x26;path=getReviewWritePossibleCount">🔗API 확인하기></a></td></tr><tr><td>주문 <br>상품평 <br>등록완료 수정</td><td><ul><li>상품평 등록여부를 완료상태로 <br>업데이트 합니다. <br>로그인은 필수입니다. <br>이미 등록 완료된 주문 상품에 대해 요청시 예외가 발생합니다.</li></ul></td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EC%83%81%ED%92%88%EC%A0%9C%EA%B3%B5&#x26;path=updateReviewWriteY">🔗API 확인하기></a></td></tr><tr><td>상품 Q&#x26;A 고객센터 이관 등록</td><td><ul><li>상품 Q&#x26;A 상담을 고객센터로 <br>이관합니다. </li><li>상품에서 등록된 상품 Q&#x26;A를 고객 센터로 이관해서 고객센터의 <br>상담유형으로 등록합니다.</li></ul></td><td>Order</td><td>POST</td><td><a href="https://api.x2bee.com/content?msa=order&#x26;depth=%EA%B3%A0%EA%B0%9D%EC%84%BC%ED%84%B0%20%EC%83%81%ED%92%88%EC%A0%9C%EA%B3%B5&#x26;path=transferQnaSave">🔗API 확인하기></a></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/api.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.
