【问题标题】:WhatsApp Business - Cloud API 'Single Product message API' giving error as a product not found, even product is existing in catalogueWhatsApp Business - Cloud API \'Single Product message API\' 给出错误作为产品未找到,即使产品存在于目录中
【发布时间】: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\"
        }
    }
 }

你能帮我解决这个问题吗

    标签: chatbot whatsapp whatsapi


    【解决方案1】:

    关于这个问题的任何更新?我也遇到同样的问题,请问有解决方案吗?

    【讨论】:

      猜你喜欢
      • 2021-08-16
      • 2022-12-29
      • 1970-01-01
      • 2015-05-10
      • 1970-01-01
      • 2021-02-10
      • 2021-07-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多