Change types
Add Address
typeString | "AddAddressChange" |
changeString | "addAddress" |
nextValue | Value after the change. |
Add Billing Address ID
typeString | "AddBillingAddressIdChange" |
changeString | "addBillingAddressId" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
address | Address added to billingAddressIds. |
Add Shipping Address ID
typeString | "AddShippingAddressIdChange" |
changeString | "addShippingAddressId" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
address | Address added to shippingAddressIds. |
Change Address
Change Email
typeString | "ChangeEmailChange" |
changeString | "changeEmail" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Remove Address
typeString | "RemoveAddressChange" |
changeString | "removeAddress" |
previousValue | Value before the change. |
Remove Billing Address ID
typeString | "RemoveBillingAddressIdChange" |
changeString | "removeBillingAddressId" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
address | Address removed from billingAddressIds. |
Remove Shipping Address ID
typeString | "RemoveShippingAddressIdChange" |
changeString | "removeShippingAddressId" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
address | Address removed from shippingAddressIds. |
Set Address Custom Field
typeString | "SetAddressCustomFieldChange" |
changeString | "setAddressCustomField" |
address | Address which was extended. |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
Set Address Custom Type
typeString | "SetAddressCustomTypeChange" |
changeString | "setAddressCustomType" |
address | Address which was extended. |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Authentication Mode
typeString | "SetAuthenticationModeChange" |
changeString | "setAuthenticationMode" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Company Name
typeString | "SetCompanyNameChange" |
changeString | "setCompanyName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Custom Field
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
Set Custom Type
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Customer Group Assignments
typeString | "SetCustomerGroupAssignmentsChange" |
changeString | "setCustomerGroupAssignments" |
addedItemsArray of CustomerGroupAssignment | Elements added to the array. |
removedItemsArray of CustomerGroupAssignment | Elements removed from the array. |
previousValueArray of CustomerGroupAssignment | Value before the change. |
nextValueArray of CustomerGroupAssignment | Value after the change. |
Set Customer Group
Set Customer Number
typeString | "SetCustomerNumberChange" |
changeString | "setCustomerNumber" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Date of Birth
typeString | "SetDateOfBirthChange" |
changeString | "setDateOfBirth" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Default Billing Address
Set Default Shipping Address
Set External ID
typeString | "SetExternalIdChange" |
changeString | "setExternalId" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set First Name
typeString | "SetFirstNameChange" |
changeString | "setFirstName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Key
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Last Name
typeString | "SetLastNameChange" |
changeString | "setLastName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Locale
Set Middle Name
typeString | "SetMiddleNameChange" |
changeString | "setMiddleName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Password
typeString | "SetPasswordChange" |
changeString | "setPassword" |
Set Salutation
typeString | "SetSalutationChange" |
changeString | "setSalutation" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Stores
typeString | "SetStoresChange" |
changeString | "setStores" |
previousValueArray of Reference | Value before the change. |
nextValueArray of Reference | Value after the change. |
addedItemsArray of KeyReference | Elements added to the array. |
removedItemsArray of KeyReference | Elements removed from the array. |
Set Title
typeString | "SetTitleChange" |
changeString | "setTitle" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set VAT ID
typeString | "SetVatIdChange" |
changeString | "setVatId" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Verify Email
Change triggered by a Customer email verification.
typeString | "VerifyEmailChange" |
changeString | "verifyEmail" |