Home > @vsf-enterprise/bigcommerce-api > Endpoints > createCustomerAddress
# Endpoints.createCustomerAddress() method
Creates a new Address.
Signature:
createCustomerAddress(context: BigcommerceIntegrationContext, params: CreateAddressParameters): Promise<CreateAddressResponse>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | BigcommerceIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
params | CreateAddressParameters | An object which contains necessary properties for creating a new address. |
Returns:
Promise<CreateAddressResponse>