Home > @shopware-pwa/shopware-6-client > newsletterSubscribe
# newsletterSubscribe() function
Signature:
export declare function newsletterSubscribe(params: NewsletterSubscribeData, contextInstance?: ShopwareApiInstance): Promise<void>;
# Parameters
Parameter | Type | Description |
---|---|---|
params | NewsletterSubscribeData | |
contextInstance | ShopwareApiInstance |
Returns:
Promise<void>