Get a bulk request's status
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)
Handle returned by the batch call
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
Response Body
application/json
application/json
application/json
application/json
application/json
{ "batch": { "handle": "string", "status": "string", "errorsTotalCount": 0, "errors": [ { "retailerId": "string", "message": "string" } ] }}Create a Meta product catalog
Creates a Meta Commerce catalog in the business portfolio (resolved like GET). The same catalog serves Advantage+ catalog ads, Instagram/Facebook Shops and the WhatsApp Business catalog: link it to a WhatsApp number with POST /v1/whatsapp/catalogs. Needs catalog_management on the Meta login.
Get a product
Next Page