Home > @vsf-enterprise/sap-commerce-webservices-sdk > MiscsApi > getDeliveryCountries

MiscsApi.getDeliveryCountries() method

Lists all supported delivery countries for the current store. The list is sorted alphabetically. Get a list of shipping countries.

Signature:

getDeliveryCountries(baseSiteId: string, fields?: string, options?: any): Promise<import("axios").AxiosResponse<CountryList>>;

Parameters

Parameter Type Description
baseSiteId string Base site identifier
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<CountryList>>

Exceptions

{RequiredError} MiscsApi