Home > @shopware-pwa/shopware-6-client > getAvailableCountries
# getAvailableCountries() function
Get all available countries
Signature:
export declare function getAvailableCountries(contextInstance?: ShopwareApiInstance): Promise<EntityResult<"country", Country[]>>;
# Parameters
Parameter | Type | Description |
---|---|---|
contextInstance | ShopwareApiInstance |
Returns:
Promise<EntityResult<"country", Country[]>>
# Exceptions
ClientApiError