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