points_event/customer_birthday
JSON
{
"id": 123456789,
"points_amount": 22,
"points_diff": 22,
"credits_amount": 0,
"credits_diff": 0,
"applied_at": "2025-04-25T12:23:43.000Z",
"internal_note": null,
"external_note": "manual points adjustment",
"event_type": "points_event/customer_birthday",
"source": "manual",
"order_id": null,
"customer": {
"id": 9876543210987,
"email": "[email protected] ",
"first_name": "John",
"last_name": "Doe",
"dob": "06-30",
"accepts_marketing": false,
"orders_count": 0,
"verified_email": false,
"total_spent": 0,
"shopify_tags": [],
"loyalty_status": "member",
"points_tally": 527,
"credits_tally": "0.0"
}
}
Field Type Description idInteger Unique ID of the points event points_amountInteger Number of points earned points_diffInteger Net change in points (can be negative for deductions) credits_amountFloat Credit value earned (if applicable) credits_diffFloat Net change in credits applied_atISO 8601 string Timestamp when points were applied internal_noteString or null Internal admin note external_noteString or null Customer-facing description of the points event event_typeString Webhook identifier (points_event/created) sourceString Origin of the points event (manual, order_placed, etc.) order_idInteger or null Associated order ID (if applicable) customerObject See Customer Object
Field Type Description idInteger Customer ID emailString Customer email address first_nameString Customer’s first name last_nameString Customer’s last name dobDate or null Customer’s date of birth, if provided accepts_marketingBoolean Whether the customer has opted into marketing orders_countInteger Total number of orders placed verified_emailBoolean Whether the customer’s email address is verified total_spentFloat Total amount the customer has spent shopify_tagsArray of strings List of Shopify tags associated with the customer loyalty_statusString Current loyalty program status (e.g. member, guest) points_tallyInteger Current points balance credits_tallyFloat Current credit balance event_typeString Always points_event/created for this webhook