For the complete documentation index, see llms.txt. This page is also available as Markdown.

Product Inquiry

Provides features for retrieving product Q&A written by members and displaying it on the product detail screen and My Page. It also supports a variety of features for smooth service, including writing, editing, and deleting product Q&A, and retrieving the answer list.


Key Features

  • Retrieve Product Q&A

    • Retrieves product Q&A using one of: product Q&A number, member number, or product number.

    • When retrieving product Q&A, retrieves items between the member information and the search condition's start/end dates.

    • If no separate search condition is set, retrieves the list of product Q&A written within the most recent week.

    • The product Q&A date list is displayed in order of most recently modified.

  • Register Product Q&A

    • Called when a product Q&A is written and submitted on the product Q&A writing screen.

    • Registers the product Q&A for the corresponding product using the product number as a parameter.

  • Edit/Delete Product Q&A

    • To edit a product Q&A, retrieves the existing product Q&A information using the product Q&A number.

    • Verifies member information so that only the member who wrote the product Q&A can edit or delete it.

  • Retrieve Product Q&A Answer List

    • Retrieves the answer list for a single product Q&A using the product Q&A question information as a parameter. Displayed at the bottom of the product Q&A detail content.

Process Definition

1

Retrieve Q&A Information per Product

  • Retrieves the Q&A list for a product using the product number, page size, and page number.

  • Called to display product Q&A in the product Q&A area at the bottom of the product detail page.

2

Register Product Q&A

  • Called when a product Q&A is written and submitted on the product Q&A writing screen.

  • Registers the product Q&A for the corresponding product using the product number as a parameter.

3

Retrieve Product Q&A Detail Content

  • Called to load the existing product Q&A information when editing a product Q&A.

  • Retrieves the detailed content of a single product Q&A using the question number as a parameter.

4

Edit Product Q&A

  • Called when a product Q&A is edited on the product Q&A list screen or the product Q&A screen on My Page.

  • Edits the product Q&A corresponding to the given question number, using the question number as a parameter.

5

Delete Product Q&A

  • Called when a product Q&A is deleted on the product Q&A list screen or the product Q&A screen on My Page.

  • Only the member who wrote the product Q&A can delete it; logically deletes the product Q&A corresponding to the given question number, using the question number as a parameter.

6

Retrieve Product Q&A Answer List

  • Retrieves the answer list for a single product Q&A using the product Q&A question information as a parameter.

7

Retrieve Product Q&A Count per Member

  • Called to display the number of product Q&A entries registered by the member in the activity status section of My Page.

  • An API provided by the Member module; member information is a required value.

API Function List

API
Description
Server
Method
Notes

Retrieve Product Q&A Detail Content

  • Called to load the existing product Q&A information when editing a product Q&A.

  • Retrieves the detailed content of a single product Q&A using the question number as a parameter.

Goods

GET

Retrieve Product Q&A Answer List

  • Retrieves the answer list for a single Q&A using the product Q&A question information as a parameter.

  • The question number in the question information request is a required value.

Goods

GET

Register Product Q&A

  • Called when a product Q&A is written and submitted on the product Q&A writing screen.

  • Registers it as a product Q&A for the corresponding product, using the product number as a parameter.

Goods

POST

Delete Product Q&A

  • Called when a product Q&A is deleted on the product Q&A list screen or the product Q&A screen on My Page.

  • Deletes the product Q&A corresponding to the given question number, using the question number as a parameter.

Goods

DELETE

Edit Product Q&A

  • Called when a product Q&A is edited on the product Q&A list screen or the product Q&A screen on My Page.

  • Edits the product Q&A corresponding to the given question number, using the question number as a parameter.

Goods

POST

Retrieve Product Q&A Count per Member

  • Called to display the number of product Q&A entries written by the member in the activity status section of My Page.

  • An API provided by the Member module; member information is a required value.

Member

POST

API Provided by Member Module 🔗View API >