get
https://yourwebhook.com/syncProducts
Purpose
A webhook event will be sent to a provided endpoint whenever a user initiates a product sync from Deliverect. This should be responded to by calling the Insert/update products categories endpoint
Depending on your setup, there are two ways of responding to this GET request, either a-sync or sync
| Method | Description |
|---|---|
a-sync | Responding with an empty HTTP 204 allows products to be sent asynchronously |
sync | Responding synchronously to the request with the complete product data set |
