product.updated
Occurs when a product is updated.
updated_at may be null in events that occurred before this field was added to product entities.
New or changed entity.
Unique Paddle ID for this product, prefixed with pro_.
Name of this product.
Short description for this product.
Type of item. Standard items are considered part of your catalog and are shown in the Paddle dashboard.
Product tax category.
Image for this product. Included in the checkout and on some customer documents.
Your own structured key-value data.
Whether this entity can be used in Paddle.
Import information for this entity. null if this entity is not imported.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Unique Paddle ID for this event, prefixed with evt_.
Type of event sent by Paddle, in the format entity.event_type.
Unique Paddle ID for this notification, prefixed with ntf_.
RFC 3339 datetime string of when this event occurred.
12345678910111213141516171819201{
2 "event_id": "evt_01htz8kd4g9npcy0c76y5pvrs5",
3 "event_type": "product.updated",
4 "occurred_at": "2024-04-08T16:27:59.504385Z",
5 "notification_id": "ntf_01htz8kd6sysr4sqefs5a9qqc0",
6 "data": {
7 "id": "pro_01htz88xpr0mm7b3ta2pjkr7w2",
8 "name": "AeroEdit for learner pilots",
9 "type": "standard",
10 "status": "active",
11 "image_url": "https://paddle.s3.amazonaws.com/user/165798/bT1XUOJAQhOUxGs83cbk_pro.png",
12 "custom_data": {
13 "features": {
14 "sso": false,
15 "route_planning": true,
16 "payment_by_invoice": false,
17 "aircraft_performance": true,
18 "compliance_monitoring": false,
19 "flight_log_management": true
20 },