docs
  1. Events
  2. Customer Events
  3. Address-deleted

address-deleted

An address-deleted event is triggered when a customer deletes an existing address.

Example:

Properties:

  • customer object (optional)
    • id integer
    • anonymisation object (optional)
      • status enum (initiated pending executed cancelled)
    • authentication object (optional)
      • data object (optional)
      • type enum (facebook password apple)
    • birthDate string (optional)
    • customData object (optional) (object is extensible as desired)
    • email string (optional) (maximum length: 60)
    • firstName string
    • gender enum (m f d n) (optional)
    • groups array (optional)
      • false string optional) (minimum length: ) (maximum length: 60)
    • identities array (optional)
      • externalUserId string,null (optional) (minimum length: ) (maximum length: 255)
      • idpCode string (minimum length: ) (maximum length: 255)
    • ipAddress string (optional)
    • lastName string ([!-ɏ0-9 ])
    • phone string (optional)
    • publicKey string (optional) (minimum length: ) (maximum length: 100)
    • referenceKey string (optional) (minimum length: ) (maximum length: 100)
    • status object
      • isActive boolean
      • isAnonymous boolean
      • isGuestCustomer boolean
      • isTestCustomer boolean
    • title null,string (optional) (maximum length: 30)
    • type enum (personal retail organization family)
    • userAgent string (optional)
    • createdAt string (date-time ISO 8601)
    • updatedAt string (date-time ISO 8601)
  • key string
  • locale object
    • appId integer
    • countryCode string (minimum length: ) (maximum length: 3)
    • currencyCode string (optional) (minimum length: ) (maximum length: 3)
    • languageCode string (minimum length: ) (maximum length: 5)
  • occurredAt string
  • payload object
    • id integer
    • additional string (optional)
    • city string
    • collectionPoint object (optional)
      • customerKey string (optional)
      • description string (optional)
      • key string
      • type string (minimum length: ) (maximum length: 64)
    • countryCode string (minimum length: ) (maximum length: 3)
    • houseNumber string (optional)
    • isBillingAddress boolean (optional)
    • isDefault object
      • billing boolean
      • shipping boolean
    • isShippingAddress boolean (optional)
    • phone string (optional)
    • recipient object
      • firstName string
      • gender enum (m f d n) (optional)
      • lastName string
      • title string (optional) (minimum length: ) (maximum length: 100)
      • type enum (personal retail organization family)
    • referenceKey string (optional) (minimum length: ) (maximum length: 100)
    • state string,null (optional) (minimum length: ) (maximum length: 60)
    • street string
    • zipCode string (optional)
    • createdAt string (date-time ISO 8601) (optional)
    • updatedAt string (date-time ISO 8601) (optional)
  • type enum (address-deleted)