Skip to main content
This page covers three related endpoints for managing the connection status and visibility of a Meta product catalogue within your WhatsApp Business Account (WABA): connecting a catalogue, disconnecting a catalogue, and toggling its visibility on your business profile.

Connect a Meta Catalogue

Use this endpoint to connect an existing Meta catalogue to your WhatsApp Business Account. Once connected, you can send product messages referencing items in the catalogue.

Endpoint

Authentication

Path Parameters

string
required
Your Convo project ID.

Request Body

string
required
The Meta catalogue ID you want to connect to your WABA. You can obtain this from the List Catalogues endpoint.

Request Example

Response

boolean
Returns true when the catalogue was successfully connected to your WABA.

Disconnect a Meta Catalogue

Use this endpoint to disconnect a Meta catalogue from your WhatsApp Business Account. Disconnecting does not delete the catalogue — it simply unlinks it from your WABA.

Endpoint

Request Body

string
required
The Meta catalogue ID you want to disconnect from your WABA.

Request Example

Response

boolean
Returns true when the catalogue was successfully disconnected from your WABA.

Show or Hide Catalogue on WhatsApp

Use this endpoint to control whether your product catalogue is visible on your WhatsApp business profile, and whether the shopping cart feature is enabled for customers browsing your catalogue.

Endpoint

Request Body

boolean
required
Set to true to display the catalogue on your WhatsApp business profile. Set to false to hide it.
boolean
required
Set to true to allow customers to add items to a cart directly within WhatsApp. Set to false to disable the cart feature.

Request Example

Response

boolean
Returns true when the catalogue visibility settings were updated successfully.