Skip to main content
POST
Catalog Sync
Triggers a sync of a catalog’s products from its connected source.
Where to find whatsapp_catalog_id: open Chatbot Manager → Commerce → Product Catalog, or call Catalog List to fetch it programmatically. See Finding Your IDs & API Token for a screenshot.

Body

application/x-www-form-urlencoded
apiToken
string
required

Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.

Example:

"API-KEY"

whatsapp_catalog_id
string
required

The WhatsApp catalog ID to sync. Where to find it.

Example:

"123"

Response

200 - application/json

Standard ChatSyncs response. status is "1" on success and "0" on failure.

status
string

"1" = success, "0" = failure.

message
string

Human-readable result message.