Multi-product message templates
Updated: Nov 4, 2025 This document describes multi-product message (“MPM”) templates, their uses, and how to use them. MPM templates are marketing templates that allow you to showcase up to 30 products from your ecommerce catalog, organized in up to 10 sections, in a single message.
Customers can browse products and sections within the message, view details for each product, add and remove products from their cart, and submit their cart to place an order. Orders are then sent to you via a webhook.
See our help center article About Multi-product message templates on WhatsApp for common use cases and tips on how to make the most of MPM templates.
Requirements
In order to create and use MPM templates you must have an ecommerce product catalog, with inventory, connected to your WhatsApp Business Account. See the Cloud API Commerce guide.Limitations
Customers must be using WhatsApp v2.22.24 or greater. MPM templates cannot be forwarded to other customers.Creating MPM templates
You can create MPM templates using the WhatsApp Business Account > Message Templates endpoint or the WhatsApp Manager > Account tools > Message templates panel. Once your template is approved, you can use Cloud API or On-Premises API to send it in a template message.Request syntax
Request parameters
| Placeholder | Description | Sample Value |
|---|---|---|
<CATEGORY> | Required. Template category. Set this to MARKETING. | MARKETING |
<COMPONENTS> | Required. Array of objects that describe the components that make up the template. See Components below. | See Components below. |
<LANGUAGE> | Required. Template language and locale code. | en_US |
<NAME> | Required. Template name. Maximum 512 characters. | abandoned_cart |
Components
Thecomponents value must be an array of objects that describes each component that makes up the template. MPM templates must have the following components:
a single header component
a single body component
a single footer component (optional)
a single MPM button component
Request parameters
| Placeholder | Description | Sample Value |
|---|---|---|
<BODY_EXAMPLE_TEXT> | String or array of strings. Example body variable value(s). | 10OFF |
<BODY_TEXT> | Template body text. Supports multiple variables. If the string contains variables, you must include the example property and sample variable values. 1024 characters maximum. | Forget something, {{1}}? |
<FOOTER_TEXT> | Template footer text. 60 characters maximum. | Lucky Shrub, 1 Hacker Way, Menlo Park, CA 94025 |
<HEADER_EXAMPLE_TEXT> | Example header variable value. | Pablo |
<HEADER_TEXT> | Template header text. Supports 1 variable. If the string contains a variable, you must include the example property and a sample variable value. 60 characters maximum. | Looks like you left these items in your cart, still interested? Use code {{1}} to get 10% off! |
Response
Upon success, the API will respond with:Response parameters
| Placeholder | Description | Sample Value |
|---|---|---|
<ID> | Template ID. | 546151681022936 |
<STATUS> | Template status. Only templates with an APPROVED status can be sent in a template message. | PENDING |
Example request
Sample response
Webhooks
When a customer adds one or more products to their cart and submits an order, we will send you a webhook that describes the order.Webhook syntax
Webhook contents
| Placeholder | Description | Sample Value |
|---|---|---|
<CATALOG_ID> | Ecommerce product catalog ID. | 1537566713439863 |
<CURRENCY> | Item currency. | USD |
<DISPLAY_PHONE_NUMBER> | Business phone number display number. | 15550051310 |
<ENTRY.ID> | WhatsApp Business Account ID. | 102290129340398 |
<ITEM_PRICE> | Item price. | 99.99 |
<MESSAGES.ID> | WhatsApp message ID. | wamid.HBgLMTY1MDM4Nzk0MzkVAgARGBJDOEI3ODgxNzQzMjJBQTdEQTcA |
<NAME> | Customer’s name. | Pablo Morales |
<PHONE_NUMBER_ID> | Business phone number ID. | 106540352242922 |
<PRODUCT_RETAILER_ID> | The item SKU number. Labeled as Content ID in the Commerce Manager. | 2lc20305pt |
<QUANTITY> | Number of items ordered (for this particular item). | 1 |
<TIMESTAMP> | UNIX timestamp indicating when we sent you the webhook. | 1677522117 |
<WA_ID> | Customer’s WhatsApp phone number. | 16505551234 |
Sample webhook
Sending MPM template messages
This document explains how to send multi-product message (MPM) templates in template messages.Components
MPM template messages must have: a header component (only required if template uses a header variable) a body component (only required if template uses a body variable) a single MPM button component Use the MPM button component to define sections and their titles that will appear when the customer taps the View items button, and to designate which products appear in each of those sections.
To send an approved MPM template in a template message, send a POST request to the WhatsApp Business Phone Number > Messages endpoint. Use the POST body to define the contents of the message and to describe any variables to inject into the template itself.
Request syntax
Request parameters
| Placeholder | Description | Sample Value |
|---|---|---|
<BODY_TEXT> | Required if template uses variables. String or array of strings. Text to replace body variable(s) defined in the template. | 10OFF |
<CODE> | Template language and locale code. | en_US |
<HEADER_TEXT> | Required if template uses a variable. Text to replace header variable defined in the template. | Pablo |
<NAME> | Template name. | abandoned_cart |
<PRODUCT_RETAILER_ID> | SKU number of the item you want to appear in the section. SKU numbers are labeled as Content ID in the Commerce Manager. Supports up to 30 products total, across all sections. | 2lc20305pt |
<THUMBNAIL_PRODUCT_RETAILER_ID> | Item SKU number. Labeled as Content ID in the Commerce Manager. The thumbnail of this item will be used as the template message’s header image. | 2lc20305pt |
<TITLE> | Section title text. You can define up to 10 sections. Maximum 24 characters. Markdown is not supported. | Popular Bundles |
<TO> | Customer phone number. | 16505551234 |
Response
Upon success, the API will respond with:Response parameters
| Placeholder | Description | Sample Value |
|---|---|---|
<ID> | WhatsApp message ID. | wamid.HBgLMTY1MDM4Nzk0MzkVAgARGBJDOEI3ODgxNzQzMjJBQTdEQTcA |
<INPUT> | Customer WhatsApp phone number. | 16505551234 |
<WA_ID> | Customer WhatsApp ID. | 16505551234 |

