Home > @shopware-pwa/shopware-6-client > isNewsletterSubscriber

# isNewsletterSubscriber() function

Checking if user is newsletter subscriber

Signature:

export declare function isNewsletterSubscriber(contextInstance?: ShopwareApiInstance): Promise<{
    status: string;
    apiAlias: string;
}>;

# Parameters

Parameter Type Description
contextInstance ShopwareApiInstance

Returns:

Promise<{ status: string; apiAlias: string; }>

# Exceptions

ClientApiError