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 ReadonlybillingIndices of the billing addresses in the addresses array. The billingAddressIds of the Customer will be set to the id of these addresses.
Optional ReadonlycompanyMaps to Customer.companyName.
Optional ReadonlycustomMaps to Customer.custom.
Optional ReadonlycustomerMaps to Customer.customerGroup. If the referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the referenced CustomerGroup is created.
Optional ReadonlycustomerMaps to Customer.customerNumber.
Optional ReadonlydateMaps to Customer.dateOfBirth.
Optional ReadonlydefaultIndex of the address in the addresses array to use as the default billing address. 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 is updated with the imported data.
Optional ReadonlylastMaps to Customer.lastName.
Optional ReadonlylocaleMaps to Customer.locale.
Optional ReadonlymiddleMaps to Customer.middleName.
Optional ReadonlypasswordMaps to Customer.password. Required when authenticationMode is set to Password. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's upsert behavior, a non-empty value must still be provided when updating Customers.
Optional ReadonlysalutationMaps to Customer.salutation.
Optional ReadonlyshippingIndices of the shipping addresses in the addresses array. The shippingAddressIds of the Customer will be set to the id of these addresses.
Optional ReadonlystoresMaps to Customer.stores. If the referenced Stores do not exist, the state of the ImportOperation will be set to unresolved until the referenced Stores are created.
Optional ReadonlytitleMaps to Customer.title.
Optional ReadonlyvatMaps to Customer.vatId.
Represents the data used to import a Customer. Once imported, this data is persisted as a Customer in the Project.