Skip to main content
Use this endpoint to synchronize your Meta business catalogues with your Convo project. This pulls the latest catalogue data from Meta and ensures your Convo project reflects any catalogues created or updated directly in Meta Business Manager.

Endpoint

Authentication

Path Parameters

string
required
Your Convo project ID.

Request Example

Response

boolean
Returns true when the catalogue sync was triggered successfully.

Sync Catalogue Products

To also synchronize the products within your catalogues (not just the catalogue metadata), use the following endpoint:
This endpoint follows the same authentication pattern and also returns {"status": true} on success.
It is recommended to call sync-catalog first to pull in any new catalogues, then call sync-catalog-products to ensure all product data within those catalogues is up to date.