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": [
]
}Reading from this edge will return a JSON formatted result:
{ "
data": [] }
data| Error | Description |
|---|---|
| 100 | Invalid parameter |
| 200 | Permissions error |
| 80008 | There have been too many calls to this WhatsApp Business account. Wait a bit and try again. For more info, please refer to https://developers.facebook.com/docs/graph-api/overview/rate-limiting. |
| 2500 | Error parsing graph query |
product_catalogs edge from the following paths: | Parameter | Description |
|---|---|
catalog_idnumeric string | catalog_id Required |
success: bool, | Error | Description |
|---|---|
| 100 | Invalid parameter |