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": [ ] }
Đọc từ cạnh này sẽ trả về một kết quả JSON đã định dạng:
{ "
data
": [], "paging
": {} }
data
paging
Lỗi | Mô tả |
---|---|
200 | Permissions error |
100 | Invalid parameter |
product_catalogs
từ các đường dẫn sau: Thông số | Mô tả |
---|---|
catalog_id numeric string | catalog_id Bắt buộc |
success
: bool, Lỗi | Mô tả |
---|---|
100 | Invalid parameter |