Optional ReadonlyaddressesMaps to Customer.addresses.
Optional ReadonlyauthenticationPassword to make the password field required for the Customer.
ExternalAuth when the password is not required for the Customer.Optional ReadonlybillingThe indices of the billing addresses in the addresses array. The billingAddressIds of the customer will be set to the IDs of that addresses.
Optional ReadonlycompanyMaps to Customer.companyName.
Optional ReadonlycustomThe Custom Fields for this Customer.
Optional ReadonlycustomerThe 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 ReadonlycustomerMaps to Customer.customerNumber.
Optional ReadonlydateMaps to Customer.dateOfBirth.
Optional ReadonlydefaultThe index of the address in the addresses array. The defaultBillingAddressId of the customer will be set to the ID of that address.
Optional ReadonlydefaultThe index of the address in the addresses array. The defaultShippingAddressId of the customer will be set to the ID of that address.
ReadonlyemailMaps to Customer.email.
Optional ReadonlyexternalMaps to Customer.externalId.
Optional ReadonlyfirstMaps to Customer.firstName.
Optional ReadonlyisMaps to Customer.isEmailVerified.
ReadonlykeyUser-defined unique identifier. If a Customer with this key exists, it will be updated with the imported data.
Optional ReadonlylastMaps to Customer.lastName.
Optional ReadonlylocaleMaps to Customer.locale.
Optional ReadonlymiddleMaps to Customer.middleName.
Optional ReadonlypasswordRequired when authenticationMode is set to Password. Maps to Customer.password.
Optional ReadonlysalutationMaps to Customer.salutation.
Optional ReadonlyshippingThe indices of the shipping addresses in the addresses array. The shippingAddressIds of the customer will be set to the IDs of that addresses.
Optional ReadonlystoresThe 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 ReadonlytitleMaps to Customer.title.
Optional ReadonlyvatMaps to Customer.vatId.
The data representation for a Customer to be imported that is persisted as a Customer in the Project.