Appearance
sendContactForm ​
Definition ​
Sends contact form
Signature ​
ts
export async function sendContactForm(
params: ContactFormData,
contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<void>
Parameters ​
Name | Type | Description |
---|---|---|
params | ContactFormData | contact form data |
contextInstance | ShopwareApiInstance | instance of the api client (by default it's an Axios instance) |
Return type ​
ts
Promise<void>
Usage example ​
WARNING
Example is generated automatically. Sometimes it's required to be adjusted to your needs.