> 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/api-guides-en/store-front/goods/apis-provided-by-the-product-module.md).

# APIs Provided by the Product Module

Provides related APIs required for products.

## Key Features

* Retrieves the order quantity per item within a specific period.
* Retrieves the order quantity for gifts.
* Retrieves the list of order products eligible for writing a product review.
* Retrieves the number of order products eligible for writing a product review.
* Marks the product review of an order product as complete.
* Transfers product Q\&A consultations to the customer center.

## API Function List

<table><thead><tr><th width="107.888916015625">API</th><th width="293.3333740234375">Description</th><th width="93.5555419921875">Server</th><th width="94.6666259765625">Method</th><th>Notes</th></tr></thead><tbody><tr><td>Retrieve Reservation Product Order Quantity</td><td><ul><li>Retrieves the order quantity for a reservation product. Retrieves the order quantity at the item level within the period, based on the product number, item number, reservation start date/time, and reservation end date/time.</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">🔗View API ></a></td></tr><tr><td>Retrieve Gift<br>Order Quantity</td><td><ul><li>Retrieves the order quantity for a gift.<br>Retrieves the order quantity of the gift, based on<br>the gift product number.</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">🔗View API ></a></td></tr><tr><td>Retrieve Products<br>Eligible for Review Registration</td><td><ul><li>Retrieves the list of order products eligible for writing a product review within a specific period.<br>Login is required.</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">🔗View API ></a></td></tr><tr><td>Retrieve Count of Products<br>Eligible for Review Registration</td><td><ul><li>Retrieves the number of order products eligible for writing a product review within a specific period.<br>Login is required.</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">🔗View API ></a></td></tr><tr><td>Update Order<br>Product Review<br>Registration to Complete</td><td><ul><li>Updates the review registration status to<br>complete.<br>Login is required.<br>An exception occurs if requested for an order product whose review has already been marked complete.</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">🔗View API ></a></td></tr><tr><td>Register Product Q&#x26;A Transfer to Customer Center</td><td><ul><li>Transfers the product Q&#x26;A consultation to the<br>customer center.</li><li>Transfers a product Q&#x26;A registered in the Product module to the customer center and registers it as a customer center<br>consultation type.</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">🔗View API ></a></td></tr></tbody></table>
