【发布时间】:2022-10-07 05:57:25
【问题描述】:
我正在 Whatsapp-Business Cloud 中测试单一产品消息 API 端点。
它适用于目录中的某些产品,但对于同一目录中的某些其他产品,错误为“product_retailer_id, XX, in catalog_id, XXXXXXXXX\'的产品未找到”
我看不到这些产品的任何问题/政策违规行为。
这是示例请求有效负载
{
\"messaging_product\": \"whatsapp\",
\"recipient_type\": \"individual\",
\"to\": \"XXXX\",
\"type\": \"interactive\",
\"interactive\": {
\"type\": \"product\",
\"body\": {
\"text\": \"Hello 111111\"
},
\"footer\": {
\"text\": \"Hello1 1111111\"
},
\"action\": {
\"catalog_id\": \"XXXX\",
\"product_retailer_id\": \"XX\"
}
}
}
你能帮我解决这个问题吗