addAddresses - Customer Module Reference
This documentation provides a reference to the addAddresses
method. This belongs to the Customer Module.
addAddresses(addresses, sharedContext?): Promise<CustomerAddressDTO[]>
This method adds addresses to customers.
Example
Parameters
A list of items, each being the details of the address to add to a customer.
Returns
The list of created addresses.
addAddresses(address, sharedContext?): Promise<CustomerAddressDTO>
This method adds an address to a customer.
Example
Parameters
The details of the address to add to a customer.
Returns
The created address.
Was this section helpful?