Home > @shopware-pwa/shopware-6-client > getAvailableCurrencies
# getAvailableCurrencies() function
Signature:
export declare function getAvailableCurrencies(contextInstance?: ShopwareApiInstance): Promise<EntityResult<"currency", Currency[]>>;
# Parameters
Parameter | Type | Description |
---|---|---|
contextInstance | ShopwareApiInstance |
Returns:
Promise<EntityResult<"currency", Currency[]>>
# Exceptions
ClientApiError