Using webhooks to get real-time updates on product catalog changes
product.update
webhook to get real-time update pushed to your system when a product is added, updated or removed from your catalog.
product.update
webhookproduct.update
webhook eventis_orderable: false
followed by an event for is_orderable: true
.is_orderable: false
.timestamp
attached. You should store the timestamp
and discard any events that are older than the last event you received. This will ensure that you always have the most up-to-date information about the product.
is_orderable
price_multiplier
denominations
denominations
object represents available values you can order for a product. There are two types:
fixed
: Predetermined amounts like $10, $25, $50open
: Any amount within a specified rangefixed
denominations changeopen
denominations changeminimum_value
or maximum_value
has changed, orders outside the new range will be rejectedis_orderable: false
), both the
denominations
and price_multiplier
information are preserved and continue
to show the same values that were available when the product was orderable.