address.imported
Occurs when an address is imported.
New or changed entity.
Unique Paddle ID for this address entity, prefixed with add_.
The ID of the customer this address belongs to.
Memorable description for this address.
First line of this address.
Second line of this address.
City of this address.
ZIP or postal code of this address. Required for some countries.
State, county, or region of this address.
Two-letter ISO 3166-1 alpha-2 representation of a supported country.
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_01hv8h6jzvsbbk6xmf7zdkrdkx",
3 "event_type": "address.imported",
4 "occurred_at": "2024-04-12T06:51:26.587790Z",
5 "notification_id": "ntf_01hv8h6k23gm15hzrr2p4330pj",
6 "data": {
7 "id": "add_01hv8gq3318ktkfengj2r75gfx",
8 "city": "Phoenix",
9 "region": "AZ",
10 "status": "active",
11 "created_at": "2024-04-12T06:51:26.153Z",
12 "first_line": "8700 Edgemont Road",
13 "updated_at": "2024-04-12T06:51:26.153Z",
14 "custom_data": null,
15 "customer_id": "ctm_01hv6y1jedq4p1n0yqn5ba3ky4",
16 "description": "Sales Office",
17 "import_meta": {
18 "external_id": "59f25141-28c3-4447-b77c-dae5677537f0",
19 "imported_from": "paddle_classic"
20 },