Product Catalogs
Get a product
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)
productId*string
Meta product item ID (from the products list; not the retailer id)
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
{ "product": { "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" ] }}Was this page helpful?