{
"entityId": "46f22a78-6a7a-4d6f-bf20-88041e2f2142",
"id": "product-test-id",
"displayName": "Product Test",
"name": "Product Test",
"isDefaultProduct": false,
"metadata": {
"testKey": "example value"
},
"subscriptionUpdateUsageResetBehavior": "ALWAYS_RESET",
"autoCancellationRules": [],
"type": "product.updated"
}Products
Product updated
Fired when any property of a product changes. Keep catalogs and defaults in sync.
WEBHOOK
product.updated
{
"entityId": "46f22a78-6a7a-4d6f-bf20-88041e2f2142",
"id": "product-test-id",
"displayName": "Product Test",
"name": "Product Test",
"isDefaultProduct": false,
"metadata": {
"testKey": "example value"
},
"subscriptionUpdateUsageResetBehavior": "ALWAYS_RESET",
"autoCancellationRules": [],
"type": "product.updated"
}Body
application/json
Event type discriminator.
Allowed value:
"product.updated"Stigg UUID of the product.
External/product identifier.
Human-readable product display name.
Internal/product name.
Whether this is the account’s default product.
Arbitrary key-value attributes attached to the product.
Behavior for usage reset when subscription is updated (e.g., ALWAYS_RESET).
Auto-cancellation rules configured for this product.
