Home > @vsf-enterprise/sapcc-api > Endpoints > updateAddress
Endpoints.updateAddress() method
Update a user address.
Signature:
updateAddress(context: SapccIntegrationContext, props: UpdateAddressProps): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
context | SapccIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
props | UpdateAddressProps | An object containing necessary props for updation address. |
Returns:
Promise<void>