> For the complete documentation index, see [llms.txt](https://developer.paddle.com/llms.txt).

# address.imported

Occurs when an address is imported.

---

Occurs when an address is imported from another platform, typically as part of migrating from Paddle Classic. `import_meta` is populated with information about the source of the import.
## Schema

```json
{
  "type": "object",
  "required": [
    "event_id",
    "event_type",
    "occurred_at",
    "notification_id",
    "data"
  ],
  "properties": {
    "event_id": {
      "type": "string",
      "pattern": "^evt_[a-z\\d]{26}$",
      "description": "Unique Paddle ID for this event, prefixed with `evt_`.",
      "title": "Event ID",
      "examples": [
        "evt_01gks14ge726w50ch2tmaw2a1x"
      ]
    },
    "event_type": {
      "type": "string",
      "enum": [
        "address.created",
        "address.imported",
        "address.updated",
        "adjustment.created",
        "adjustment.updated",
        "api_key.created",
        "api_key.expired",
        "api_key.expiring",
        "api_key.revoked",
        "api_key.updated",
        "api_key_exposure.created",
        "business.created",
        "business.imported",
        "business.updated",
        "client_token.created",
        "client_token.revoked",
        "client_token.updated",
        "customer.created",
        "customer.imported",
        "customer.updated",
        "discount.created",
        "discount.imported",
        "discount.updated",
        "discount_group.created",
        "discount_group.updated",
        "payment_method.saved",
        "payment_method.deleted",
        "payout.created",
        "payout.paid",
        "price.created",
        "price.imported",
        "price.updated",
        "product.created",
        "product.imported",
        "product.updated",
        "report.created",
        "report.updated",
        "subscription.activated",
        "subscription.canceled",
        "subscription.created",
        "subscription.imported",
        "subscription.past_due",
        "subscription.paused",
        "subscription.resumed",
        "subscription.trialing",
        "subscription.updated",
        "transaction.billed",
        "transaction.canceled",
        "transaction.completed",
        "transaction.created",
        "transaction.paid",
        "transaction.past_due",
        "transaction.payment_failed",
        "transaction.ready",
        "transaction.revised",
        "transaction.updated"
      ],
      "description": "Type of event sent by Paddle, in the format `entity.event_type`.",
      "title": "Event type name",
      "x-enum-descriptions": {
        "address.created": {
          "description": "An [`address.created`](https://developer.paddle.com/webhooks/addresses/address-created) event."
        },
        "address.imported": {
          "description": "An [`address.imported`](https://developer.paddle.com/webhooks/addresses/address-imported) event."
        },
        "address.updated": {
          "description": "An [`address.updated`](https://developer.paddle.com/webhooks/addresses/address-updated) event."
        },
        "adjustment.created": {
          "description": "An [`adjustment.created`](https://developer.paddle.com/webhooks/adjustments/adjustment-created) event."
        },
        "adjustment.updated": {
          "description": "An [`adjustment.updated`](https://developer.paddle.com/webhooks/adjustments/adjustment-updated) event."
        },
        "api_key.created": {
          "description": "An [`api_key.created`](https://developer.paddle.com/webhooks/api-keys/api-key-created) event."
        },
        "api_key.expired": {
          "description": "An [`api_key.expired`](https://developer.paddle.com/webhooks/api-keys/api-key-expired) event."
        },
        "api_key.expiring": {
          "description": "An [`api_key.expiring`](https://developer.paddle.com/webhooks/api-keys/api-key-expiring) event."
        },
        "api_key.revoked": {
          "description": "An [`api_key.revoked`](https://developer.paddle.com/webhooks/api-keys/api-key-revoked) event."
        },
        "api_key.updated": {
          "description": "An [`api_key.updated`](https://developer.paddle.com/webhooks/api-keys/api-key-updated) event."
        },
        "api_key_exposure.created": {
          "description": "An [`api_key_exposure.created`](https://developer.paddle.com/webhooks/api-key-exposures/api-key-exposure-created) event."
        },
        "business.created": {
          "description": "A [`business.created`](https://developer.paddle.com/webhooks/businesses/business-created) event."
        },
        "business.imported": {
          "description": "A [`business.imported`](https://developer.paddle.com/webhooks/businesses/business-imported) event."
        },
        "business.updated": {
          "description": "A [`business.updated`](https://developer.paddle.com/webhooks/businesses/business-updated) event."
        },
        "client_token.created": {
          "description": "A [`client_token.created`](https://developer.paddle.com/webhooks/client-tokens/client-token-created) event."
        },
        "client_token.revoked": {
          "description": "A [`client_token.revoked`](https://developer.paddle.com/webhooks/client-tokens/client-token-revoked) event."
        },
        "client_token.updated": {
          "description": "A [`client_token.updated`](https://developer.paddle.com/webhooks/client-tokens/client-token-updated) event."
        },
        "customer.created": {
          "description": "A [`customer.created`](https://developer.paddle.com/webhooks/customers/customer-created) event."
        },
        "customer.imported": {
          "description": "A [`customer.imported`](https://developer.paddle.com/webhooks/customers/customer-imported) event."
        },
        "customer.updated": {
          "description": "A [`customer.updated`](https://developer.paddle.com/webhooks/customers/customer-updated) event."
        },
        "discount.created": {
          "description": "A [`discount.created`](https://developer.paddle.com/webhooks/discounts/discount-created) event."
        },
        "discount.imported": {
          "description": "A [`discount.imported`](https://developer.paddle.com/webhooks/discounts/discount-imported) event."
        },
        "discount.updated": {
          "description": "A [`discount.updated`](https://developer.paddle.com/webhooks/discounts/discount-updated) event."
        },
        "discount_group.created": {
          "description": "A [`discount_group.created`](https://developer.paddle.com/webhooks/discount-groups/discount-group-created) event."
        },
        "discount_group.updated": {
          "description": "A [`discount_group.updated`](https://developer.paddle.com/webhooks/discount-groups/discount-group-updated) event."
        },
        "payment_method.saved": {
          "description": "A [`payment_method.saved`](https://developer.paddle.com/webhooks/payment-methods/payment-method-saved) event."
        },
        "payment_method.deleted": {
          "description": "A [`payment_method.deleted`](https://developer.paddle.com/webhooks/payment-methods/payment-method-deleted) event."
        },
        "payout.created": {
          "description": "A [`payout.created`](https://developer.paddle.com/webhooks/payouts/payout-created) event."
        },
        "payout.paid": {
          "description": "A [`payout.paid`](https://developer.paddle.com/webhooks/payouts/payout-paid) event."
        },
        "price.created": {
          "description": "A [`price.created`](https://developer.paddle.com/webhooks/prices/price-created) event."
        },
        "price.imported": {
          "description": "A [`price.imported`](https://developer.paddle.com/webhooks/prices/price-imported) event."
        },
        "price.updated": {
          "description": "A [`price.updated`](https://developer.paddle.com/webhooks/prices/price-updated) event."
        },
        "product.created": {
          "description": "A [`product.created`](https://developer.paddle.com/webhooks/products/product-created) event."
        },
        "product.imported": {
          "description": "A [`product.imported`](https://developer.paddle.com/webhooks/products/product-imported) event."
        },
        "product.updated": {
          "description": "A [`product.updated`](https://developer.paddle.com/webhooks/products/product-updated) event."
        },
        "report.created": {
          "description": "A [`report.created`](https://developer.paddle.com/webhooks/reports/report-created) event."
        },
        "report.updated": {
          "description": "A [`report.updated`](https://developer.paddle.com/webhooks/reports/report-updated) event."
        },
        "subscription.activated": {
          "description": "A [`subscription.activated`](https://developer.paddle.com/webhooks/subscriptions/subscription-activated) event."
        },
        "subscription.canceled": {
          "description": "A [`subscription.canceled`](https://developer.paddle.com/webhooks/subscriptions/subscription-canceled) event."
        },
        "subscription.created": {
          "description": "A [`subscription.created`](https://developer.paddle.com/webhooks/subscriptions/subscription-created) event."
        },
        "subscription.imported": {
          "description": "A [`subscription.imported`](https://developer.paddle.com/webhooks/subscriptions/subscription-imported) event."
        },
        "subscription.past_due": {
          "description": "A [`subscription.past_due`](https://developer.paddle.com/webhooks/subscriptions/subscription-past-due) event."
        },
        "subscription.paused": {
          "description": "A [`subscription.paused`](https://developer.paddle.com/webhooks/subscriptions/subscription-paused) event."
        },
        "subscription.resumed": {
          "description": "A [`subscription.resumed`](https://developer.paddle.com/webhooks/subscriptions/subscription-resumed) event."
        },
        "subscription.trialing": {
          "description": "A [`subscription.trialing`](https://developer.paddle.com/webhooks/subscriptions/subscription-trialing) event."
        },
        "subscription.updated": {
          "description": "A [`subscription.updated`](https://developer.paddle.com/webhooks/subscriptions/subscription-updated) event."
        },
        "transaction.billed": {
          "description": "A [`transaction.billed`](https://developer.paddle.com/webhooks/transactions/transaction-billed) event."
        },
        "transaction.canceled": {
          "description": "A [`transaction.canceled`](https://developer.paddle.com/webhooks/transactions/transaction-canceled) event."
        },
        "transaction.completed": {
          "description": "A [`transaction.completed`](https://developer.paddle.com/webhooks/transactions/transaction-completed) event."
        },
        "transaction.created": {
          "description": "A [`transaction.created`](https://developer.paddle.com/webhooks/transactions/transaction-created) event."
        },
        "transaction.paid": {
          "description": "A [`transaction.paid`](https://developer.paddle.com/webhooks/transactions/transaction-paid) event."
        },
        "transaction.past_due": {
          "description": "A [`transaction.past_due`](https://developer.paddle.com/webhooks/transactions/transaction-past-due) event."
        },
        "transaction.payment_failed": {
          "description": "A [`transaction.payment_failed`](https://developer.paddle.com/webhooks/transactions/transaction-payment-failed) event."
        },
        "transaction.ready": {
          "description": "A [`transaction.ready`](https://developer.paddle.com/webhooks/transactions/transaction-ready) event."
        },
        "transaction.revised": {
          "description": "A [`transaction.revised`](https://developer.paddle.com/webhooks/transactions/transaction-revised) event."
        },
        "transaction.updated": {
          "description": "A [`transaction.updated`](https://developer.paddle.com/webhooks/transactions/transaction-updated) event."
        }
      }
    },
    "occurred_at": {
      "type": "string",
      "format": "date-time",
      "description": "RFC 3339 datetime string of when this event occurred.",
      "title": "Timestamp",
      "examples": [
        "2024-10-12T07:20:50.52Z"
      ]
    },
    "notification_id": {
      "type": "string",
      "pattern": "^ntf_[a-z\\d]{26}$",
      "description": "Unique Paddle ID for this notification, prefixed with `ntf_`.",
      "title": "Notification ID",
      "examples": [
        "ntf_01ghbkd0frb9k95cnhwd1bxpvk"
      ]
    },
    "data": {
      "properties": {
        "id": {
          "type": "string",
          "pattern": "^add_[a-z\\d]{26}$",
          "description": "Unique Paddle ID for this address entity, prefixed with `add_`.",
          "title": "Address ID",
          "examples": [
            "add_01ghbm9egqcxtz4ap4dfg8dtaf"
          ]
        },
        "customer_id": {
          "type": "string",
          "pattern": "^ctm_[a-z\\d]{26}$",
          "description": "The ID of the customer this address belongs to.",
          "title": "Customer ID",
          "examples": [
            "ctm_01ghbm8g2qxsjp07p5ywsy61cs"
          ]
        },
        "description": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 1024,
              "description": "Memorable description for this address.",
              "title": "Description",
              "examples": [
                "Paddle.com"
              ]
            },
            {
              "type": "null"
            }
          ],
          "minLength": 1,
          "maxLength": 1024,
          "examples": [
            "Paddle HQ"
          ]
        },
        "first_line": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 1024,
              "description": "First line of this address.",
              "title": "First line",
              "examples": [
                "3811 Ditmars Blvd"
              ]
            },
            {
              "type": "null"
            }
          ],
          "minLength": 1,
          "maxLength": 1024,
          "examples": [
            "Judd House"
          ]
        },
        "second_line": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 1024,
              "description": "Second line of this address.",
              "title": "Second line"
            },
            {
              "type": "null"
            }
          ],
          "minLength": 1,
          "maxLength": 1024,
          "examples": [
            "18-29 Mora Street"
          ]
        },
        "city": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 200,
              "description": "City of this address.",
              "title": "City",
              "examples": [
                "Astoria"
              ]
            },
            {
              "type": "null"
            }
          ],
          "minLength": 1,
          "maxLength": 200,
          "examples": [
            "London"
          ]
        },
        "postal_code": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 200,
              "description": "ZIP or postal code of this address. Required for some countries.",
              "title": "Postal Code",
              "examples": [
                "11105-1803"
              ]
            },
            {
              "type": "null"
            }
          ],
          "minLength": 1,
          "maxLength": 200,
          "examples": [
            "EC1V 8BT"
          ]
        },
        "region": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 200,
              "description": "State, county, or region of this address.",
              "title": "Region",
              "examples": [
                "NY"
              ]
            },
            {
              "type": "null"
            }
          ],
          "minLength": 1,
          "maxLength": 200,
          "examples": [
            "Islington"
          ]
        },
        "country_code": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "AD",
                "AE",
                "AG",
                "AI",
                "AL",
                "AM",
                "AO",
                "AR",
                "AS",
                "AT",
                "AU",
                "AW",
                "AX",
                "AZ",
                "BA",
                "BB",
                "BD",
                "BE",
                "BF",
                "BG",
                "BH",
                "BI",
                "BJ",
                "BL",
                "BM",
                "BN",
                "BO",
                "BQ",
                "BR",
                "BS",
                "BT",
                "BV",
                "BW",
                "BZ",
                "CA",
                "CC",
                "CG",
                "CH",
                "CI",
                "CK",
                "CL",
                "CM",
                "CN",
                "CO",
                "CR",
                "CV",
                "CW",
                "CX",
                "CY",
                "CZ",
                "DE",
                "DJ",
                "DK",
                "DM",
                "DO",
                "DZ",
                "EC",
                "EE",
                "EG",
                "EH",
                "ER",
                "ES",
                "ET",
                "FI",
                "FJ",
                "FK",
                "FM",
                "FO",
                "FR",
                "GA",
                "GB",
                "GD",
                "GE",
                "GF",
                "GG",
                "GH",
                "GI",
                "GL",
                "GM",
                "GN",
                "GP",
                "GQ",
                "GR",
                "GS",
                "GT",
                "GU",
                "GW",
                "GY",
                "HK",
                "HM",
                "HN",
                "HR",
                "HU",
                "ID",
                "IE",
                "IL",
                "IM",
                "IN",
                "IO",
                "IQ",
                "IS",
                "IT",
                "JE",
                "JM",
                "JO",
                "JP",
                "KE",
                "KG",
                "KH",
                "KI",
                "KM",
                "KN",
                "KR",
                "KW",
                "KY",
                "KZ",
                "LA",
                "LB",
                "LC",
                "LI",
                "LK",
                "LR",
                "LS",
                "LT",
                "LU",
                "LV",
                "MA",
                "MC",
                "MD",
                "ME",
                "MF",
                "MG",
                "MH",
                "MK",
                "MN",
                "MO",
                "MP",
                "MQ",
                "MR",
                "MS",
                "MT",
                "MU",
                "MV",
                "MW",
                "MX",
                "MY",
                "MZ",
                "NA",
                "NC",
                "NE",
                "NF",
                "NG",
                "NL",
                "NO",
                "NP",
                "NR",
                "NU",
                "NZ",
                "OM",
                "PA",
                "PE",
                "PF",
                "PG",
                "PH",
                "PK",
                "PL",
                "PM",
                "PN",
                "PR",
                "PS",
                "PT",
                "PW",
                "PY",
                "QA",
                "RE",
                "RO",
                "RS",
                "RW",
                "SA",
                "SB",
                "SC",
                "SE",
                "SG",
                "SH",
                "SI",
                "SJ",
                "SK",
                "SL",
                "SM",
                "SN",
                "SR",
                "ST",
                "SV",
                "SX",
                "SZ",
                "TC",
                "TD",
                "TF",
                "TG",
                "TH",
                "TJ",
                "TK",
                "TL",
                "TM",
                "TN",
                "TO",
                "TR",
                "TT",
                "TV",
                "TW",
                "TZ",
                "UA",
                "UG",
                "UM",
                "US",
                "UY",
                "UZ",
                "VA",
                "VC",
                "VG",
                "VI",
                "VN",
                "VU",
                "WF",
                "WS",
                "XK",
                "YT",
                "ZA",
                "ZM"
              ],
              "description": "Two-letter ISO 3166-1 alpha-2 representation of a supported country.",
              "x-enum-descriptions": {
                "AD": {
                  "description": "Andorra"
                },
                "AE": {
                  "description": "United Arab Emirates"
                },
                "AG": {
                  "description": "Antigua and Barbuda"
                },
                "AI": {
                  "description": "Anguilla"
                },
                "AL": {
                  "description": "Albania"
                },
                "AM": {
                  "description": "Armenia"
                },
                "AO": {
                  "description": "Angola"
                },
                "AR": {
                  "description": "Argentina"
                },
                "AS": {
                  "description": "American Samoa"
                },
                "AT": {
                  "description": "Austria"
                },
                "AU": {
                  "description": "Australia"
                },
                "AW": {
                  "description": "Aruba"
                },
                "AX": {
                  "description": "Åland Islands"
                },
                "AZ": {
                  "description": "Azerbaijan"
                },
                "BA": {
                  "description": "Bosnia and Herzegovina"
                },
                "BB": {
                  "description": "Barbados"
                },
                "BD": {
                  "description": "Bangladesh"
                },
                "BE": {
                  "description": "Belgium"
                },
                "BF": {
                  "description": "Burkina Faso"
                },
                "BG": {
                  "description": "Bulgaria"
                },
                "BH": {
                  "description": "Bahrain"
                },
                "BI": {
                  "description": "Burundi"
                },
                "BJ": {
                  "description": "Benin"
                },
                "BL": {
                  "description": "Saint Barthélemy"
                },
                "BM": {
                  "description": "Bermuda"
                },
                "BN": {
                  "description": "Brunei"
                },
                "BO": {
                  "description": "Bolivia"
                },
                "BQ": {
                  "description": "Caribbean Netherlands (Bonaire, Sint Eustatius, and Saba)"
                },
                "BR": {
                  "description": "Brazil"
                },
                "BS": {
                  "description": "Bahamas"
                },
                "BT": {
                  "description": "Bhutan"
                },
                "BV": {
                  "description": "Bouvet Island"
                },
                "BW": {
                  "description": "Botswana"
                },
                "BZ": {
                  "description": "Belize"
                },
                "CA": {
                  "description": "Canada"
                },
                "CC": {
                  "description": "Cocos Islands"
                },
                "CG": {
                  "description": "Republic of Congo"
                },
                "CH": {
                  "description": "Switzerland"
                },
                "CI": {
                  "description": "Côte d'Ivoire (Ivory Coast)"
                },
                "CK": {
                  "description": "Cook Islands"
                },
                "CL": {
                  "description": "Chile"
                },
                "CM": {
                  "description": "Cameroon"
                },
                "CN": {
                  "description": "China"
                },
                "CO": {
                  "description": "Colombia"
                },
                "CR": {
                  "description": "Costa Rica"
                },
                "CV": {
                  "description": "Cape Verde"
                },
                "CW": {
                  "description": "Curaçao"
                },
                "CX": {
                  "description": "Christmas Island"
                },
                "CY": {
                  "description": "Cyprus"
                },
                "CZ": {
                  "description": "Czechia (Czech Republic)"
                },
                "DE": {
                  "description": "Germany"
                },
                "DJ": {
                  "description": "Djibouti"
                },
                "DK": {
                  "description": "Denmark"
                },
                "DM": {
                  "description": "Dominica"
                },
                "DO": {
                  "description": "Dominican Republic"
                },
                "DZ": {
                  "description": "Algeria"
                },
                "EC": {
                  "description": "Ecuador"
                },
                "EE": {
                  "description": "Estonia"
                },
                "EG": {
                  "description": "Egypt"
                },
                "EH": {
                  "description": "Western Sahara"
                },
                "ER": {
                  "description": "Eritrea"
                },
                "ES": {
                  "description": "Spain"
                },
                "ET": {
                  "description": "Ethiopia"
                },
                "FI": {
                  "description": "Finland"
                },
                "FJ": {
                  "description": "Fiji"
                },
                "FK": {
                  "description": "Falkland Islands"
                },
                "FM": {
                  "description": "Micronesia"
                },
                "FO": {
                  "description": "Faroe Islands"
                },
                "FR": {
                  "description": "France"
                },
                "GA": {
                  "description": "Gabon"
                },
                "GB": {
                  "description": "United Kingdom"
                },
                "GD": {
                  "description": "Grenada"
                },
                "GE": {
                  "description": "Georgia"
                },
                "GF": {
                  "description": "French Guiana"
                },
                "GG": {
                  "description": "Guernsey"
                },
                "GH": {
                  "description": "Ghana"
                },
                "GI": {
                  "description": "Gibraltar"
                },
                "GL": {
                  "description": "Greenland"
                },
                "GM": {
                  "description": "Gambia"
                },
                "GN": {
                  "description": "Guinea"
                },
                "GP": {
                  "description": "Guadeloupe"
                },
                "GQ": {
                  "description": "Equatorial Guinea"
                },
                "GR": {
                  "description": "Greece"
                },
                "GS": {
                  "description": "South Georgia and the South Sandwich Islands"
                },
                "GT": {
                  "description": "Guatemala"
                },
                "GU": {
                  "description": "Guam"
                },
                "GW": {
                  "description": "Guinea-Bissau"
                },
                "GY": {
                  "description": "Guyana"
                },
                "HK": {
                  "description": "Hong Kong"
                },
                "HM": {
                  "description": "Heard Island and McDonald Islands"
                },
                "HN": {
                  "description": "Honduras"
                },
                "HR": {
                  "description": "Croatia"
                },
                "HU": {
                  "description": "Hungary"
                },
                "ID": {
                  "description": "Indonesia"
                },
                "IE": {
                  "description": "Ireland"
                },
                "IL": {
                  "description": "Israel"
                },
                "IM": {
                  "description": "Isle of Man"
                },
                "IN": {
                  "description": "India"
                },
                "IO": {
                  "description": "British Indian Ocean Territory"
                },
                "IQ": {
                  "description": "Iraq"
                },
                "IS": {
                  "description": "Iceland"
                },
                "IT": {
                  "description": "Italy"
                },
                "JE": {
                  "description": "Jersey"
                },
                "JM": {
                  "description": "Jamaica"
                },
                "JO": {
                  "description": "Jordan"
                },
                "JP": {
                  "description": "Japan"
                },
                "KE": {
                  "description": "Kenya"
                },
                "KG": {
                  "description": "Kyrgyzstan"
                },
                "KH": {
                  "description": "Cambodia"
                },
                "KI": {
                  "description": "Kiribati"
                },
                "KM": {
                  "description": "Comoros"
                },
                "KN": {
                  "description": "Saint Kitts and Nevis"
                },
                "KR": {
                  "description": "South Korea"
                },
                "KW": {
                  "description": "Kuwait"
                },
                "KY": {
                  "description": "Cayman Islands"
                },
                "KZ": {
                  "description": "Kazakhstan"
                },
                "LA": {
                  "description": "Lao People's Democratic Republic (Laos)"
                },
                "LB": {
                  "description": "Lebanon"
                },
                "LC": {
                  "description": "Saint Lucia"
                },
                "LI": {
                  "description": "Liechtenstein"
                },
                "LK": {
                  "description": "Sri Lanka"
                },
                "LR": {
                  "description": "Liberia"
                },
                "LS": {
                  "description": "Lesotho"
                },
                "LT": {
                  "description": "Lithuania"
                },
                "LU": {
                  "description": "Luxembourg"
                },
                "LV": {
                  "description": "Latvia"
                },
                "MA": {
                  "description": "Morocco"
                },
                "MC": {
                  "description": "Monaco"
                },
                "MD": {
                  "description": "Moldova"
                },
                "ME": {
                  "description": "Montenegro"
                },
                "MF": {
                  "description": "Saint Martin"
                },
                "MG": {
                  "description": "Madagascar"
                },
                "MH": {
                  "description": "Marshall Islands"
                },
                "MK": {
                  "description": "Macedonia"
                },
                "MN": {
                  "description": "Mongolia"
                },
                "MO": {
                  "description": "Macao"
                },
                "MP": {
                  "description": "Northern Mariana Islands"
                },
                "MQ": {
                  "description": "Martinique"
                },
                "MR": {
                  "description": "Mauritania"
                },
                "MS": {
                  "description": "Montserrat"
                },
                "MT": {
                  "description": "Malta"
                },
                "MU": {
                  "description": "Mauritius"
                },
                "MV": {
                  "description": "Maldives"
                },
                "MW": {
                  "description": "Malawi"
                },
                "MX": {
                  "description": "Mexico"
                },
                "MY": {
                  "description": "Malaysia"
                },
                "MZ": {
                  "description": "Mozambique"
                },
                "NA": {
                  "description": "Namibia"
                },
                "NC": {
                  "description": "New Caledonia"
                },
                "NE": {
                  "description": "Niger"
                },
                "NF": {
                  "description": "Norfolk Island"
                },
                "NG": {
                  "description": "Nigeria"
                },
                "NL": {
                  "description": "Netherlands"
                },
                "NO": {
                  "description": "Norway"
                },
                "NP": {
                  "description": "Nepal"
                },
                "NR": {
                  "description": "Nauru"
                },
                "NU": {
                  "description": "Niue"
                },
                "NZ": {
                  "description": "New Zealand"
                },
                "OM": {
                  "description": "Oman"
                },
                "PA": {
                  "description": "Panama"
                },
                "PE": {
                  "description": "Peru"
                },
                "PF": {
                  "description": "French Polynesia"
                },
                "PG": {
                  "description": "Papua New Guinea"
                },
                "PH": {
                  "description": "Philippines"
                },
                "PK": {
                  "description": "Pakistan"
                },
                "PL": {
                  "description": "Poland"
                },
                "PM": {
                  "description": "Saint Pierre and Miquelon"
                },
                "PN": {
                  "description": "Pitcairn"
                },
                "PR": {
                  "description": "Puerto Rico"
                },
                "PS": {
                  "description": "Palestinian territories"
                },
                "PT": {
                  "description": "Portugal"
                },
                "PW": {
                  "description": "Palau"
                },
                "PY": {
                  "description": "Paraguay"
                },
                "QA": {
                  "description": "Qatar"
                },
                "RE": {
                  "description": "Reunion"
                },
                "RO": {
                  "description": "Romania"
                },
                "RS": {
                  "description": "Republic of Serbia"
                },
                "RW": {
                  "description": "Rwanda"
                },
                "SA": {
                  "description": "Saudi Arabia"
                },
                "SB": {
                  "description": "Solomon Islands"
                },
                "SC": {
                  "description": "Seychelles"
                },
                "SE": {
                  "description": "Sweden"
                },
                "SG": {
                  "description": "Singapore"
                },
                "SH": {
                  "description": "Saint Helena"
                },
                "SI": {
                  "description": "Slovenia"
                },
                "SJ": {
                  "description": "Svalbard and Jan Mayen"
                },
                "SK": {
                  "description": "Slovakia"
                },
                "SL": {
                  "description": "Sierra Leone"
                },
                "SM": {
                  "description": "San Marino"
                },
                "SN": {
                  "description": "Senegal"
                },
                "SR": {
                  "description": "Suriname"
                },
                "ST": {
                  "description": "São Tomé and Príncipe"
                },
                "SV": {
                  "description": "El Salvador"
                },
                "SX": {
                  "description": "Sint Maarten"
                },
                "SZ": {
                  "description": "Swaziland"
                },
                "TC": {
                  "description": "Turks and Caicos Islands"
                },
                "TD": {
                  "description": "Chad"
                },
                "TF": {
                  "description": "French Southern and Antarctic Lands"
                },
                "TG": {
                  "description": "Togo"
                },
                "TH": {
                  "description": "Thailand"
                },
                "TJ": {
                  "description": "Tajikistan"
                },
                "TK": {
                  "description": "Tokelau"
                },
                "TL": {
                  "description": "Timor-Leste"
                },
                "TM": {
                  "description": "Turkmenistan"
                },
                "TN": {
                  "description": "Tunisia"
                },
                "TO": {
                  "description": "Tonga"
                },
                "TR": {
                  "description": "Turkey"
                },
                "TT": {
                  "description": "Trinidad and Tobago"
                },
                "TV": {
                  "description": "Tuvalu"
                },
                "TW": {
                  "description": "Taiwan"
                },
                "TZ": {
                  "description": "Tanzania"
                },
                "UA": {
                  "description": "Ukraine"
                },
                "UG": {
                  "description": "Uganda"
                },
                "UM": {
                  "description": "United States Minor Outlying Islands"
                },
                "US": {
                  "description": "United States"
                },
                "UY": {
                  "description": "Uruguay"
                },
                "UZ": {
                  "description": "Uzbekistan"
                },
                "VA": {
                  "description": "Holy See (Vatican City)"
                },
                "VC": {
                  "description": "Saint Vincent and the Grenadines"
                },
                "VG": {
                  "description": "British Virgin Islands"
                },
                "VI": {
                  "description": "U.S. Virgin Islands"
                },
                "VN": {
                  "description": "Vietnam"
                },
                "VU": {
                  "description": "Vanuatu"
                },
                "WF": {
                  "description": "Wallis and Futuna"
                },
                "WS": {
                  "description": "Samoa"
                },
                "XK": {
                  "description": "Kosovo"
                },
                "YT": {
                  "description": "Mayotte"
                },
                "ZA": {
                  "description": "South Africa"
                },
                "ZM": {
                  "description": "Zambia"
                }
              }
            }
          ],
          "examples": [
            "GB"
          ]
        },
        "custom_data": {
          "anyOf": [
            {
              "type": "object",
              "unevaluatedProperties": {},
              "description": "Your own structured key-value data.",
              "title": "Custom Data",
              "example": {
                "customer_reference_id": "abcd1234"
              }
            },
            {
              "type": "null"
            }
          ],
          "description": "Your own structured key-value data."
        },
        "status": {
          "type": "string",
          "enum": [
            "active",
            "archived"
          ],
          "description": "Whether this entity can be used in Paddle.",
          "title": "Status",
          "x-enum-descriptions": {
            "active": {
              "description": "Entity is active and can be used."
            },
            "archived": {
              "description": "Entity is archived, so can't be used."
            }
          }
        },
        "import_meta": {
          "anyOf": [
            {
              "type": "object",
              "required": [
                "imported_from"
              ],
              "properties": {
                "external_id": {
                  "anyOf": [
                    {
                      "type": "string",
                      "minLength": 1,
                      "maxLength": 200,
                      "description": "Reference or identifier for this entity from the provider where it was imported from.",
                      "title": "External ID",
                      "examples": [
                        "9b95b0b8-e10f-441a-862e-1936a6d818ab"
                      ]
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "imported_from": {
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 200,
                  "description": "Name of the platform or provider where this entity was imported from.",
                  "examples": [
                    "paddle_classic"
                  ]
                }
              },
              "description": "Import information for this entity. `null` if this entity is not imported.",
              "title": "ImportMeta"
            },
            {
              "type": "null"
            }
          ]
        },
        "created_at": {
          "type": "string",
          "format": "date-time",
          "description": "RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.",
          "title": "Created at",
          "examples": [
            "2024-10-12T07:20:50.52Z"
          ]
        },
        "updated_at": {
          "type": "string",
          "format": "date-time",
          "description": "RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.",
          "title": "Updated at",
          "examples": [
            "2024-10-13T07:20:50.52Z"
          ]
        }
      },
      "required": [
        "id",
        "customer_id",
        "description",
        "first_line",
        "second_line",
        "city",
        "postal_code",
        "region",
        "country_code",
        "custom_data",
        "status",
        "import_meta",
        "created_at",
        "updated_at"
      ],
      "type": "object",
      "description": "New or changed entity."
    }
  }
}
```

## Example

```json
{
  "event_id": "evt_01hv8h6jzvsbbk6xmf7zdkrdkx",
  "event_type": "address.imported",
  "occurred_at": "2024-04-12T06:51:26.587790Z",
  "notification_id": "ntf_01hv8h6k23gm15hzrr2p4330pj",
  "data": {
    "id": "add_01hv8gq3318ktkfengj2r75gfx",
    "city": "Phoenix",
    "region": "AZ",
    "status": "active",
    "created_at": "2024-04-12T06:51:26.153Z",
    "first_line": "8700 Edgemont Road",
    "updated_at": "2024-04-12T06:51:26.153Z",
    "custom_data": null,
    "customer_id": "ctm_01hv6y1jedq4p1n0yqn5ba3ky4",
    "description": "Sales Office",
    "import_meta": {
      "external_id": "59f25141-28c3-4447-b77c-dae5677537f0",
      "imported_from": "paddle_classic"
    },
    "postal_code": "85051",
    "second_line": null,
    "country_code": "US"
  }
}
```
