Sync Products

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

MethodDescription
a-syncResponding with an empty HTTP 204 allows products to be sent asynchronously
syncResponding synchronously to the request with the complete product data set

Product Sync URL Format
As this URL will receive a simple GET request, you would need to provide a parameter within the URL to identify the location in the POS e.g. https://www.yourwebhook.com?locationID=254754.


Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json