Webhook Event ReferenceProducts
product.deleted
Triggers when a product is deleted.
Request Body
application/json
api_version?string
API Version of the object data schema.
data?
event_id?string
Unique id associated with this webhook event.
Format
uuidevent_type?string
Webhook event type of the current event.
object?string
Object data type.
webhook?
Response Body
Example Requests
POST
/product.deleted{
"api_version": "2024-04-01",
"data": {
"id": 0
},
"event_id": "a7a26ff2-e851-45b6-9634-d595f45458b7",
"event_type": "product.deleted",
"object": "product",
"webhook": {
"events": [
"product.deleted"
],
"id": 1,
"store": "example",
"target": "https://example.com/webhook/"
}
}