{
"id": "<string>",
"title": "<string>",
"image": {
"id": "<string>",
"url": "<string>",
"altText": "<string>"
},
"collections": [
{
"handle": "<string>"
}
],
"planGroups": [
"<string>"
]
}Topics
Product deleted
Fired when a product.deleted event occurs. Delivered via Svix.
WEBHOOK
product.deleted
{
"id": "<string>",
"title": "<string>",
"image": {
"id": "<string>",
"url": "<string>",
"altText": "<string>"
},
"collections": [
{
"handle": "<string>"
}
],
"planGroups": [
"<string>"
]
}Authorizations
AdminApiKeyBearerToken
Long-lived Admin API key issued from the Juo merchant portal. Pass as the X-Juo-Admin-Api-Key header.
Body
application/json
Response
200
Webhook received successfully.