List the catalogs linked to a WhatsApp number
The Meta Commerce catalogs connected to the number's WhatsApp Business Account. Pass catalogAccountId: the WhatsApp connection's own (embedded signup) token answers an empty list even when a catalog is linked, only a Meta login with catalog_management sees the link. A linked catalog is what product, product_list and catalog_message interactive messages sell from (see POST /v1/inbox/conversations/{conversationId}/messages) and what customers browse in the WhatsApp app. Create and fill catalogs with the /v1/ads/catalogs endpoints.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Query Parameters
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
{ "wabaId": "string", "catalogs": [ { "id": "string", "name": "string" } ]}Link a catalog to a WhatsApp number
Connects a Meta Commerce catalog (owned by the same business portfolio as the WhatsApp Business Account) to the number's WABA. The WhatsApp connection's own token cannot do this, so pass `catalogAccountId` naming a facebook, instagram or metaads account whose Meta login carries catalog_management.
Unlink a catalog from a WhatsApp number
Next Page