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

MiscsApi.getCurrencies() method

Lists all available currencies (all usable currencies for the current store). If the list of currencies for a base store is empty, a list of all currencies available in the system is returned. Get a list of available currencies.

Signature:

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

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<CurrencyList>>

Exceptions

{RequiredError} MiscsApi