{
"entityId": "95c69fb3-4b68-4ff0-8118-f3350f1f0458",
"id": "product-test-id",
"displayName": "Product Test",
"name": "Product Test",
"isDefaultProduct": false,
"metadata": {
"testKey": "example value"
},
"subscriptionUpdateUsageResetBehavior": "ALWAYS_RESET",
"autoCancellationRules": [],
"type": "product.created"
}Products
Product created
Fired when a new product is created. Sync product catalog and defaults.
WEBHOOK
product.created
{
"entityId": "95c69fb3-4b68-4ff0-8118-f3350f1f0458",
"id": "product-test-id",
"displayName": "Product Test",
"name": "Product Test",
"isDefaultProduct": false,
"metadata": {
"testKey": "example value"
},
"subscriptionUpdateUsageResetBehavior": "ALWAYS_RESET",
"autoCancellationRules": [],
"type": "product.created"
}Body
application/json
Event type discriminator.
Allowed value:
"product.created"Stigg UUID of the product.
External/product identifier (your system’s ID or slug).
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.
