Returns the product catalog connected to the WhatsApp Business Account
Requirements
whatsapp_business_management permission
whatsapp_business_messaging permission
catalog_management permission
public_profile permission
WHATSAPP BUSINESS ACCOUNT ID
USER ACCESS TOKEN
Request
curl -i -X GET \
"https://graph.facebook.com/LATEST-VERSION/WHATSAPP-BUSINESS-ACCOUNT-ID/product_catalogs?access_token=USERS-ACCESS-TOKEN"
Response
{ "data": [ ] }
由此關係連線進行的閱讀將回傳 JSON 格式結果:
{ "
data
": [], "paging
": {} }
data
paging
錯誤 | 說明 |
---|---|
200 | Permissions error |
100 | Invalid parameter |
product_catalogs
edge from the following paths: 參數 | 說明 |
---|---|
catalog_id numeric string | catalog_id 必填 |
success
: bool, 錯誤 | 說明 |
---|---|
100 | Invalid parameter |