This section covers all webhook events related to variant prices.Documentation Index
Fetch the complete documentation index at: https://docs.enad.io/llms.txt
Use this file to discover all available pages before exploring further.
Event Types
The following price-related events are available:variant_prices.updated- Triggered when prices for a variant are updated
Variant Prices Updated Event
Thevariant_prices.updated event is triggered when prices for a variant are modified.
Event Structure
Field Descriptions
| Field | Type | Description |
|---|---|---|
variant_id | string | Unique identifier for the variant |
product_id | string | ID of the parent product |
store_group_id | string | ID of the store group |
store_group_slug | string | Slug of the store group |
variant_number | string | Variant number |
markets | array | Price information for each market |
Market Price Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the price record |
market_id | string | ID of the market |
market_slug | string | Slug of the market |
country_code | string | Two-letter ISO country code |
base_price_amount | number | Regular price amount |
sale_price_amount | number|null | Sale price amount (if applicable) |
currency | string | Three-letter ISO currency code |
on_sale | boolean | Whether the variant is currently on sale |
status | string | Price status (active, inactive) |