To facilitate seamless transaction integration between Shopify and DealPOS, you will need to register the DealPOS webhook listener in your Shopify configuration. The webhook listener acts as a data receiver from Shopify, allowing DealPOS to process the incoming data. Below are the step-by-step instructions on how to add it.
Step 1. Go to your Shopify Dashboard
Select Settings, then go to Notification and select Webhook
In the webhook page, create 5 new webhooks
The five new webhooks should consist of the following:
Event | URL | Format | Version |
Order Creation | JSON | 2024-10 | |
Order Fulfillment | JSON | 2024-10 | |
Order Cancellation | JSON | 2024-10 | |
Order Payment | JSON | 2024-10 | |
Order Update | JSON | 2024-10 |
โ