Skip to main content
The stores/ endpoint provides an interface for managing stores (outlets) in our shop system. With this interface you can retrieve store data, create new stores and update existing stores.

Supported methods

List of all supported methods.

Data fields of a store

Example of the record

Using the methods

GET stores

This method returns a list of all stores from the shop’s admin interface.

Example

Response

Filter fields

id, subshops, clickAndCollect, storageId, createdAt, updatedAt

Sort fields

id, clickAndCollect, storageId, createdAt, updatedAt

Error codes

GET stores/{id}

This method retrieves the details of a single store by its unique store ID.

Example

Response

Error codes

POST stores

This method creates a new store. All fields except id, createdAt and updatedAt are required on creation.

Example

Request body

Response

The response contains the full store object including the assigned id and the createdAt and updatedAt fields.

Error codes

PUT stores/{id}

This method updates an existing store by its unique store ID. One or multiple fields can be provided — only the sent fields are updated.

Example

Request body

Response

The response contains the complete updated store object.

Error codes

DELETE stores/{id}

This method deletes an existing store by its unique store ID.

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.