Home > @vsf-enterprise/sapcc-api > Endpoints > getAddress
Endpoints.getAddress() method
Get one address from current users addresses by addressId.
Signature:
getAddress(context: SapccIntegrationContext, props: GetAddressProps): Promise<Address>;
Parameters
Parameter | Type | Description |
---|---|---|
context | SapccIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
props | GetAddressProps | An object containing necessary props for pulling address. |
Returns:
Promise<Address>