List Meta product catalogs
Lists the Meta Commerce catalogs of a business portfolio (owned + agency-shared). The business comes from businessId, else the ad account's owner (adAccountId), else the WhatsApp Business Account's owner when accountId is a WhatsApp connection, else the only business the Meta login can see. Reads work with scopes customers already granted.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Query Parameters
A facebook, instagram, metaads or whatsapp account ID
A facebook, instagram or metaads account whose Meta login carries catalog_management; its token is used instead of the account's own (needed for WhatsApp connections, whose token cannot manage catalogs).
Meta ad account ID (act_...) whose owner business to list
Meta business portfolio ID to list
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
{ "businessId": "string", "catalogs": [ { "id": "string", "name": "string", "vertical": "string", "productCount": 0, "businessId": "string" } ]}List a catalog's products
Pages through the catalog's products. Filter by your own `retailerId` to look one up. `price` and `salePrice` come back formatted by Meta (for example "€49.90").
Fetch a feed file now
Asks Meta to fetch the product file at `url` into the feed. Processing is asynchronous: read the outcome with GET uploads.