MessageOrderProductItem
A single product item in an order message.
object
MessageOrderProductItemFields
productRetailerId
String
Product retailer identifier (matches Product.code in core).
quantity
Int
Quantity ordered.
itemPrice
Float
Unit price of the item (as reported by WhatsApp).
currency
String
Currency code (e.g. 'AED', 'USD').
name
String
Resolved product name, or null when no matching product exists.
attachment
Resolved product attachment ({ url, name, type }), or null when no matching product exists.
Last modified on August 8, 2026