Home > @vsf-enterprise/bigcommerce-api > Endpoints > getCustomerAddress
# Endpoints.getCustomerAddress() method
Get an Adddress
Signature:
getCustomerAddress(context: BigcommerceIntegrationContext, params: GetAddressParameters): Promise<GetAddressResponse>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | BigcommerceIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
params | GetAddressParameters | An object which contains necessary properties for getting an address. |
Returns:
Promise<GetAddressResponse>