Product upsert event
Webhook API
Product upsert event
Create or update a product (matched by external id) for the resolved installation.
POST
Product upsert event
Create or update a product, matched by its external id, for the resolved
installation.
Every webhook must be signed: send
x-vambe-signature (hex HMAC-SHA256 of ${x-vambe-timestamp}.${rawBody} using the app signing secret) and x-vambe-timestamp (unix epoch seconds). Requests older than 5 minutes are rejected.Headers
Unix epoch seconds when the request was signed. Requests older than 5 minutes are rejected.
Hex HMAC-SHA256 of ${x-vambe-timestamp}.${rawBody} using the app signing secret.
Path Parameters
Response
201 - undefined
