Optional
Readonly
addressesMaps to Customer.addresses
.
Optional
Readonly
authenticationPassword
to make the password
field required for the Customer.ExternalAuth
when the password is not required for the Customer.Optional
Readonly
billingThe indices of the billing addresses in the addresses array. The billingAddressIds
of the customer will be set to the IDs of that addresses.
Optional
Readonly
companyMaps to Customer.companyName
.
Optional
Readonly
customThe Custom Fields for this Customer.
Optional
Readonly
customerThe Reference to the CustomerGroup with which the Customer is associated.
If referenced CustomerGroup does not exist, the state
of the ImportOperation will be set to unresolved
until the necessary CustomerGroup is created.
Optional
Readonly
customerMaps to Customer.customerNumber
.
Optional
Readonly
dateMaps to Customer.dateOfBirth
.
Optional
Readonly
defaultThe index of the address in the addresses array. The defaultBillingAddressId
of the customer will be set to the ID of that address.
Optional
Readonly
defaultThe index of the address in the addresses array. The defaultShippingAddressId
of the customer will be set to the ID of that address.
Readonly
emailMaps to Customer.email
.
Optional
Readonly
externalMaps to Customer.externalId
.
Optional
Readonly
firstMaps to Customer.firstName
.
Optional
Readonly
isMaps to Customer.isEmailVerified
.
Readonly
keyUser-defined unique identifier. If a Customer with this key
exists, it will be updated with the imported data.
Optional
Readonly
lastMaps to Customer.lastName
.
Optional
Readonly
localeMaps to Customer.locale
.
Optional
Readonly
middleMaps to Customer.middleName
.
Optional
Readonly
passwordRequired when authenticationMode
is set to Password
. Maps to Customer.password
.
Optional
Readonly
salutationMaps to Customer.salutation
.
Optional
Readonly
shippingThe indices of the shipping addresses in the addresses array. The shippingAddressIds
of the customer will be set to the IDs of that addresses.
Optional
Readonly
storesThe References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state
of the ImportOperation will be set to unresolved
until the necessary Stores are created.
Optional
Readonly
titleMaps to Customer.title
.
Optional
Readonly
vatMaps to Customer.vatId
.
The data representation for a Customer to be imported that is persisted as a Customer in the Project.