Skip to main content
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
type
string

Event type discriminator.

Allowed value: "product.updated"
entityId
string

Stigg UUID of the product.

id
string

External/product identifier.

displayName
string

Human-readable product display name.

name
string

Internal/product name.

isDefaultProduct
boolean

Whether this is the account’s default product.

metadata
object

Arbitrary key-value attributes attached to the product.

subscriptionUpdateUsageResetBehavior
string

Behavior for usage reset when subscription is updated (e.g., ALWAYS_RESET).

autoCancellationRules
object[]

Auto-cancellation rules configured for this product.

I