We have prepared an efficient way for you to detect changes to orders through webhook settings. Webhook allows you to receive notifications of changes to orders in real time.
Webhook is basically an HTTP callback that allows you to forward a notification to a URL you define based on certain changes made to orders. Based on this notification, you then just need to call the Marketplace API to get the order details to get the updated data.
If you use multiple add-ons that use webhooks, you can define multiple URLs. In this case, notifications will be sent to all of the URLs you defined.
Setting up the webhook and monitoring its current status can be done directly in the MALL Partner Portal on the tab Partner/Webhook. This tab can only be seen by Admin.
https://new-partners.mallgroup.com/partner/webhook


To successfully set up a webhook, you need to create an endpoint on your side to which the system will send notifications. You will then enter its URL address into the configuration in the MALL Partner Portal.
We recommend that your IT developer or technical solution provider perform the setup and checking for the connection to MALL Partner!
Also, if you see an error in the Status section, please contact your technical support first for verification.
Please note that notifications are sent at a maximum frequency of once per minute and the page only displays the last 60 statuses.
Tip: For increased security, you can secure your endpoint with HTTP Auth, in which case enter your username and password directly into the URL (e.g. https://user:pass@example.com/partner/webhook)
—————————
HTTP notification example
HTTP method
POST
Content-Type
application/json
Request Body
[12341234, 56785678, 21221221]
The request body contains a list of integers encoded in JSON format.
Each number represents the updated order ID.
—————
Logs can be viewed by clicking the link on the corresponding webhook line.

Technical documentation GET order detail...
In case you have any further questions, you can contact us via Help Centre.