inquiries/ endpoint enables querying inquiry data, as well as deleting and updating its status.
Supported methods
List of all supported methods.Data fields
Example
Using the methods
GET inquiries
Retrieves a list of all existing inquiries — with filter and sort options.Example
Response
Filter fields
createdAt, updatedAt, id, subshopId, processingStatus, inquiryConfigId
Sort fields
createdAt, updatedAt, id, subshopId, processingStatus
Error codes
GET inquiries/{inquiryId}
Retrieves the details of a single inquiry by its ID.Example
Response
Error codes
GET inquiries/open
This endpoint returns an overview of the number of open inquiries grouped by inquiry configuration. The response contains a list of objects, where each object specifies the number of open inquiries (count) and the associated inquiry configuration (inquiryConfigId).
Example
Response
Error codes
PUT inquiries/{inquiryId}
Updates the processing status of a specific inquiry. Possible values forprocessingStatus:
0= New1= Read2= Answered3= Closed
