Skip to main content
Version: 4.0.0

🛍️ Send a Product Message

Send a product message to the specified phone number.

 await whatsapp.sendProductMessage(
phoneNumber: 'RECIPIENT_NUMBER',
catalogId: 'your_catalog_id',
productRetailerId: 'product_retailer_id',
bodyText: 'Amazing product at great price.',
footerText: 'Subscribe',
);
paramtyperequireddescription
phoneNumberStringyesPhone number with country code.
catalogIdStringyesThe ID of the catalog linked to your WhatsApp Business account.
productRetailerIdStringyesUnique product retailer ID from your catalog.
bodyTextStringnoBody text displayed below the product details.
footerTextStringnoFooter text displayed below the product card.