Product Catalogs
List a catalog's product sets
Lists a Meta product catalog's product sets, the unit a catalog ad promotes. Pass the chosen set id, not the parent catalog id, as promotedObject.productSetId on POST /v1/ads/create with goal: catalog_sales.
PlatformsMeta
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
catalogId*string
Meta product catalog ID (from GET /v1/ads/catalogs)
Query Parameters
accountId*string
A facebook, instagram, metaads or whatsapp account ID
catalogAccountId?string
A facebook, instagram or metaads account whose Meta login carries catalog_management; its token performs the call instead of the account's own
Response Body
application/json
application/json
application/json
application/json
application/json
{ "productSets": [ { "id": "string", "name": "string", "productCount": 0 } ]}Was this page helpful?