product.created
Occurs when a product is created.
Unique Paddle ID for this event, prefixed with evt_
.
Type of event sent by Paddle, in the format entity.event_type
.
RFC 3339 datetime string of when this event occurred.
Unique Paddle ID for this notification, prefixed with ntf_
.
Represents a product entity.
Unique Paddle ID for this product, prefixed with pro_
.
Name of this product.
Short description for this product.
Tax category for this product. Used for charging the correct rate of tax. Selected tax category must be enabled on your Paddle account.
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.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
12345678910111213141516171819201{
2 "event_id": "evt_01h7zcgmnv3ee9cqrj9fpww3mg",
3 "event_type": "product.created",
4 "occurred_at": "2023-08-16T14:38:08.571366Z",
5 "notification_id": "ntf_01h7zcgmqvxgv1a7vhm399vdm2",
6 "data": {
7 "id": "pro_01h7zcgmdc6tmwtjehp3sh7azf",
8 "name": "ChatApp Education",
9 "status": "active",
10 "image_url": "https://paddle-sandbox.s3.amazonaws.com/user/10889/2nmP8MQSret0aWeDemRw_icon1.png",
11 "created_at": "2023-08-16T14:38:08.3Z",
12 "custom_data": {
13 "features": {
14 "crm": false,
15 "reports": true,
16 "data_retention": true
17 }
18 },
19 "description": "Spend more time engaging with students with ChataApp Education. Includes features from our Pro plan, plus tools to help educators track student progress.",
20 "tax_category": "standard"