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").
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
Meta product catalog ID (from GET /v1/ads/catalogs)
Query Parameters
A facebook, instagram, metaads or whatsapp account ID
A facebook, instagram or metaads account whose Meta login carries catalog_management; its token performs the call instead of the account's own
1 <= value <= 10025Cursor from the previous page's nextCursor
Only the product with this retailer id (your SKU)
Response Body
application/json
application/json
application/json
application/json
application/json
{ "products": [ { "id": "string", "retailerId": "string", "name": "string", "description": "string", "url": "string", "imageUrl": "string", "additionalImageUrls": [ "string" ], "price": "string", "salePrice": "string", "currency": "string", "availability": "string", "condition": "string", "brand": "string", "category": "string", "productType": "string", "gtin": "string", "inventory": 0, "visibility": "string", "color": "string", "size": "string", "gender": "string", "material": "string", "pattern": "string", "customLabels": [ "string" ], "reviewStatus": "string", "reviewRejectionReasons": [ "string" ] } ], "nextCursor": "string"}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`.
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.