Interrupción parcialshare-external
Cannot create product catalog
1

I am using this cURL to create a product catalog, but it says my business ID doesn't exist

curl --location 'https://graph.facebook.com/v20.0/MY_BUSINESS_ID/product_catalogs' \
--form 'name="Catalog"' \
--form 'access_token="MY_ACCESS_TOKEN"

I obtained my business ID from the FB business manager URL.

Here is the error I get on this request

{
    "error": {
        "message": "Unsupported post request. Object with ID '168113754878829' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
        "type": "GraphMethodException",
        "code": 100,
        "error_subcode": 33,
        "fbtrace_id": "ACpeEwUDrYescJ39ViHtO2L"
    }
}

Thanks for your time.
Frale
Pregunta realizada hace aproximadamente 5 meses