Skip to main content
The orders/ endpoint provides you with an interface for managing order data in our shop system. With this interface, you can retrieve order data, delete it, and update its status.

Supported methods

List of all supported methods.

Data fields of an order

Example

Using the methods

GET orders

This method returns a list of all orders from the admin interface of the shop.

Example

Response

Filter fields

createdAt, updatedAt, payedAt, id, subshopId, accountId, processingStatus, paymentStatus, verificationStatus, deleted

Sort fields

createdAt, updatedAt, id, processingStatus, paymentStatus, subshopId

Error codes

GET orders/{orderId}

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

Example

Response

Error codes

PUT orders/{orderId}

This method updates an existing order by its unique order ID. All fields are optional. The deliveryStatus field should be an object serialized as a string. The fields verificationComment (String) and verificationTitle (String) are only evaluated when the verificationStatus is changed. Whenever the verification status is changed, a log entry with log level Info and message ID order.updateVerificationStatusSuccess is automatically created. Values for processingStatus: 0 = New
1 = Finished
2 = Deleted
3 = Canceled
Values for verificationStatus: 0 = Default
1 = Test
2 = Fake\

Example

Request body

Response

On success, the updated order is returned (same format as for GET orders/{orderId}).

Error codes

DELETE orders/{orderId}

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

Example

Response

Error codes

Support

For technical questions and assistance, our support team is available to you: To the customer portal 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.