product-variant-prices-updated
A product-variant-price-updated
event is triggered when:
- Active Product Variant Price is created/updated/deleted
- Future Merchant Variant Price is created/updated/deleted
Any changes to campaign prices won't trigger this event. The ID of the created/updated product variant is added to a debouncer set, the processor will take the ID out of the debouncer only after a configured timeout which is by default 60 sec, and then a product-variant-prices-updated
webhook is triggered.
Filters applicable for Webhook.
Filter Type | Field used in payload for filter |
---|---|
Merchant includes/excludes | merchantReferenceKey |
Example:
Properties:
key
stringoccurredAt
datetimemeta
objecttenantKey
string
version
integerpayload
objectproductVariant
objectid
integerreferenceKey
string
product
objectid
integerreferenceKey
string
prices
arraykey
stringprice
integeroldPrice
integer (optional)recommendedRetailPrice
integer (optional)buyingPrice
object (optional)tax
integercountryCode
stringcurrencyCode
stringgroupKey
string (optional)promotionKey
string (optional)validFrom
datetime (optional)validTo
dateTime (optional)
createdAt
datetimemerchantReferenceKey
string
type
enum (product-variant-prices-updated
)