Home > @vsf-enterprise/sap-commerce-webservices-sdk > AddressApi > updateAddress
AddressApi.updateAddress() method
Updates the address. Only attributes provided in the request body will be changed. Updates the address
Signature:
updateAddress(addressId: string, baseSiteId: string, userId: string, address: Address, options?: any): Promise<import("axios").AxiosResponse<void>>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| addressId | string | Address identifier. |
| baseSiteId | string | Base site identifier |
| userId | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user |
| address | Address | Address object |
| options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<void>>
Exceptions
{RequiredError} AddressApi