account.updated
Overview
This article provides information about the account.updated webhook event.
- When customer information is manually updated within the application
- When an existing customer places a new order with different personal information
Contents of Event Payload
Name | Type | Description |
---|---|---|
Address Line 1 | String | Contains Address Line 1 |
Address Line 2 | String | Contains Address Line 2 |
City | String | City entered during checkout |
Country | String | Country entered during checkout |
Postal Code | String | Postal code entered during checkout |
Region | String | Region entered during checkout |
account.updated Webhook Example
The account.created Webhook is also updated with the Address block as they both populate the JSON from the same resource file.-
{ "id": "QVZXdrO5S3mZ3lZERLRhVg", "account": "QVZXdrO5S3mZ3lZERLRhVg", "contact": { "first": "Hemant", "last": "Kamath124", "email": "hemantkamath+124@gmail.com", "company": null, "phone": "08578004481", "subscribed": true }, "address": { "address line 1": "755 E Capitol Avenue, Apt A102", "address line 2": null, "city": "Milpitas", "country": "US", "postal code": "95035", "region": "US-CA" }, "language": "en", "country": "US", "lookup": { "global": "b9l6ZezySYScYizUqetxXQ" }, "url": "https://sharp.qa2.onfastspring.com/account" }