POST
request to the endpoint that you specified in the webhook's callback_url
field. The request contains a JSON payload in the same format that you get when fetching the same resource through the REST API.include
query parameter.{{resource}}.{{event}}
you can monitor:customer_addresses
object is deletedcustomer_password_resets
object is deletedcustomer_subscriptions
object is deletedacquired
repeat
customers
object is deletedexternal_promotions
object is deletedfixed_amount_promotions
object is deleted2xx
(usually 200
) response code, acknowledging a successful delivery. If the request times out or gets a response with a status code other than 2xx
, it is considered failed.