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": [ ] }
La lectura de este perímetro mostrará un resultado con formato JSON:
{ "
data
": [], "paging
": {} }
data
paging
Error | Descripción |
---|---|
200 | Permissions error |
100 | Invalid parameter |
product_catalogs
edge from the following paths: Parámetro | Descripción |
---|---|
catalog_id numeric string | catalog_id Obligatorio |
success
: bool, Error | Descripción |
---|---|
100 | Invalid parameter |