{
"id": "<string>",
"title": "<string>",
"image": {
"id": "<string>",
"url": "<string>",
"altText": "<string>"
},
"price": 123,
"purchaseOptions": [
{
"name": "<string>",
"price": 123,
"interval": {
"intervalCount": 123
}
}
],
"product": "<string>",
"planGroups": [
"<string>"
]
}Topics
Product variant deleted
Fired when a product-variant.deleted event occurs. Delivered via Svix.
WEBHOOK
product-variant.deleted
{
"id": "<string>",
"title": "<string>",
"image": {
"id": "<string>",
"url": "<string>",
"altText": "<string>"
},
"price": 123,
"purchaseOptions": [
{
"name": "<string>",
"price": 123,
"interval": {
"intervalCount": 123
}
}
],
"product": "<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
Minimum string length:
1Minimum string length:
1Show child attributes
Show child attributes
Show child attributes
Show child attributes
Product id when not expanded, or the full Product object when the field name is included in the expand query parameter.
Minimum string length:
1Subscription plan group IDs associated with this variant
Minimum string length:
1Response
200
Webhook received successfully.