Appearance
isNewsletterSubscriber ​
Definition ​
Checking if user is newsletter subscriber
Signature ​
ts
export async function isNewsletterSubscriber(
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<{
  status: string;
  apiAlias: string;
}> 
Parameters ​
| Name | Type | Description | 
|---|---|---|
| contextInstance | ShopwareApiInstance | ShopwareApiInstance | 
Return type ​
ts
Promise<{
  status: string;
  apiAlias: string;
}>
Properties ​
| Name | Type | Description | 
|---|
Usage example ​
WARNING
Example is generated automatically. Sometimes it's required to be adjusted to your needs.