1:1 Inquiry
Provides a 1:1 inquiry feature so customers can conveniently get support. Customers can register an inquiry through Customer Service, and can select a related product via a recent order or product search. A registered inquiry can only be edited or deleted while its status is 'Received', and an administrator (agent) can process or answer the inquiry from the BO Integrated Consultation Management.
Key Features
Register a 1:1 inquiry
Customers can register a 1:1 inquiry through Customer Service.
A related product can be selected via a recent order or product search.
Search and view inquiry details
Customers can search inquiries they registered within a specific period and view the detailed content.
Edit and delete inquiries
If an inquiry's status is 'Received', the customer can edit or delete it.
Agent response feature
An administrator (agent) can write a response to a customer's registered inquiry from the BO Integrated Consultation Management.
Once a response is completed, the status changes to 'Answered' and editing or deletion is no longer possible.
Process Definition

API Function List
1:1 inquiry list inquiry
Retrieves the list of 1:1 inquiries the customer has registered. The list can be retrieved based on the inquiry period.
Order
GET
1:1 inquiry type inquiry
Retrieves the inquiry types (categories) available when registering a 1:1 inquiry. Example: event, ordered product
Order
GET
1:1 inquiry detail content inquiry
Retrieves the detailed content of the selected inquiry.
Order
GET
1:1 inquiry registration target product inquiry
Retrieves a list of the customer's order products related to the inquiry being written, or products found via search.
Order
POST
1:1 inquiry my order product inquiry call /v1/customer/getOrderClaimGoodsList
Register 1:1 inquiry
Registers a 1:1 inquiry written with an inquiry category, title, content, product search, and photo attachment.
Order
POST
Edit 1:1 inquiry
If the 1:1 inquiry status is 'Received', the written inquiry can be edited.
Order
PUT
Delete 1:1 inquiry
If the 1:1 inquiry status is 'Received', the written inquiry can be deleted.
Order
DELETE