To displays the products of your shop use the merge fields below.
| Merge field | Description | 
| {catalog id="123" product_id="123" body="" footer=""} | Display a single product. Replace id with the catalog ID andproduct_idwith a product ID. The attributesbody andfooter are optional. | 
| {catalog id="123" product_id_1_1="123" product_id_1_2="123" product_id_2_1="123" section_1="" section_2="" header="" body="" footer=""} | Display multiple products. Replace id with the catalog ID. Add products by grouping them into sections, via the attributesproduct_id_[A]_[B], replace [A] with the section index, starting from 1, replace [B] with the product index, starting from 1 for each section. You must also add the attributesection_[A]=""for each section, replace [A] with the section index. The attributesheader andbody are required,footer is optional. | 
When the user sends the order, the order information is sent to the URL specified in Settings > WhatsApp > Order webhook. The page at that URL should process the order and send a message to the user via the PHP API function sb_whatsapp_send_message().

