Zernio
Zernio
API Reference

Product Catalogs

List a feed's uploadsGETList a catalog's product feedsGETList a catalog's product setsGETList a catalog's productsGETList Meta product catalogsGETFetch a feed file nowPOSTCreate a product feedPOSTCreate a product setPOSTAdd a product to a catalogPOSTCreate a Meta product catalogPOSTGet a bulk request's statusGETGet a productGETGet a product catalogGETUpdate a product setPUTUpdate a productPUTDelete a product setDELETEDelete a productDELETEDelete a product catalogDELETECreate, update or delete products in bulkPOST
Dashboard
llms.txtOpenAPI
OverviewPlatformsAPI ReferenceResources
Product Catalogs

Get a bulk request's status


PlatformsMeta
GET
/v1/ads/catalogs/{catalogId}/batches/{handle}

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)

handle*string

Handle returned by the batch call

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

{  "batch": {    "handle": "string",    "status": "string",    "errorsTotalCount": 0,    "errors": [      {        "retailerId": "string",        "message": "string"      }    ]  }}
Was this page helpful?

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