Skip to main content
These actions fire when prices are created, updated, or deleted. Prices in SureCart are similar to Stripe prices—they define the cost, currency, and billing interval for a product.

surecart/price_created

Fires when a new price is created for a product.
Action Parameters

surecart/price_updated

Fires when a price is updated (e.g., amount changed, name updated, or archived).
Action Parameters

surecart/price_deleted

Fires when a price is deleted (archived).
Action Parameters

Use Cases

Sync Prices to External Billing System

Alert on High-Value Price Changes