Product delete event
Webhook API
Product delete event
Delete a product by external id for the resolved installation.
POST
Product delete event
Delete a product 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
Body
application/json
Response
201 - undefined
