Skip to main content
The 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 for processingStatus:
  • 0 = New
  • 1 = Read
  • 2 = Answered
  • 3 = Closed

Example

Request body

Response

Error codes

DELETE inquiries/{inquiryId}

Permanently deletes a specific inquiry.

Example

Response

Error codes

Support

Bei technischen Fragen und Hilfestellungen ist unser Support-Team für Sie erreichbar: Zum Kundenportal Bitte senden Sie uns eine möglichst detaillierte Beschreibung sowie Screenshots, Requests/Antworten, damit wir Ihre Anfrage zeitnah und zielführend beantworten können.