See: Description
| Class | Description |
|---|---|
| AddAddress |
Adds an address to a customer.
|
| AddBillingAddressId |
Adds an existing address from the
Customer.getAddresses() - referred to by its `id` - to Customer.getBillingAddressIds(). |
| AddShippingAddressId |
Adds an existing address from the
Customer.getAddresses() - referred to by its `id` - to Customer.getShippingAddressIds(). |
| AddStore | |
| ChangeAddress |
Replaces the address with the given ID, with the new address in the customer's addresses array.
|
| ChangeEmail |
Updates the
email property of a Customer. |
| ChangeName |
Changes customer's firstName, lastName, middleName and title fields.
|
| RemoveAddress |
Removes the address with the given ID from the customer's addresses.
|
| RemoveBillingAddressId |
Removes an existing billing address from the
Customer.getBillingAddressIds(). |
| RemoveShippingAddressId |
Removes an existing shipping address from the
Customer.getShippingAddressIds(). |
| RemoveStore | |
| SetAddressCustomField |
Updates a custom field in a custom line item.
|
| SetAddressCustomType |
Sets or removes a custom type in a custom line item.
|
| SetAuthenticationMode |
Sets authentication mode for the customer.
|
| SetCompanyName |
Sets the
companyName property of a Customer. |
| SetCustomerGroup |
Sets the customer group for a customer.
|
| SetCustomerNumber |
Sets the
customerNumber property of a Customer. |
| SetCustomField |
Updates a custom field.
|
| SetCustomType |
Sets/unsets the custom type.
|
| SetDateOfBirth |
Sets a date of birth for the customer.
|
| SetDefaultBillingAddress |
Sets the default billing address from the customer's addresses.
|
| SetDefaultShippingAddress |
Sets the default shipping address from the customer's addresses.
|
| SetExternalId |
Sets the
externalId property of a Customer. |
| SetFirstName |
Sets the
firstName property of a Customer. |
| SetKey |
Sets the
key property of a Customer. |
| SetLastName |
Sets the
lastName property of a Customer. |
| SetLocale |
Sets the locale.
|
| SetMiddleName |
Sets the
middleName property of a Customer. |
| SetSalutation |
Sets the
salutation property of a Customer. |
| SetStores | |
| SetTitle |
Sets the
title property of a Customer. |
| SetVatId |
Sets the
vatId property of a Customer. |