Home > @vsf-enterprise/sap-commerce-webservices-sdk > AddressApi > createAddress

AddressApi.createAddress() method

Creates a new address. Creates a new address.

Signature:

createAddress(baseSiteId: string, userId: string, address: Address, fields?: string, options?: any): Promise<import("axios").AxiosResponse<Address>>;

Parameters

Parameter Type Description
baseSiteId string Base site identifier
userId string User identifier or one of the literals : &#39;current&#39; for currently authenticated user, &#39;anonymous&#39; for anonymous user
address Address Address object.
fields string Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL
options any Override http request option.

Returns:

Promise<import("axios").AxiosResponse<Address>>

Exceptions

{RequiredError} AddressApi