Skip to content
On this page

isNewsletterSubscriber ​

Definition ​

Checking if user is newsletter subscriber

Signature ​

ts
export async function isNewsletterSubscriber(
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<{
  status: string;
  apiAlias: string;
}> 

Parameters ​

NameTypeDescription
contextInstance
ShopwareApiInstance
ShopwareApiInstance

Return type ​

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

Properties ​

NameTypeDescription

Usage example ​

WARNING

Example is generated automatically. Sometimes it's required to be adjusted to your needs.

Open in StackBlitz

isNewsletterSubscriber has loaded