updateAddresses - Cart Module Reference
This documentation provides a reference to the updateAddresses
method. This belongs to the Cart Module.
updateAddresses(data, sharedContext?): Promise<CartAddressDTO[]>
This method updates existing addresses.
Example
Parameters
The attributes to update in the addresss.
Returns
The updated addresses.
updateAddresses(data, sharedContext?): Promise<CartAddressDTO>
This method updates an existing address.
Example
Parameters
The attributes to update in the address.
Returns
The updated address.
Was this section helpful?