Skip to main content
Use this endpoint to create a new product catalogue linked to your WhatsApp Business account. Catalogues let you showcase products directly in WhatsApp conversations, enabling commerce messaging flows such as product carousels and order messages.

Endpoint

Authentication

Path Parameters

string
required
Your Convo project ID.

Request Body

string
required
A display name for the catalogue (e.g., "Summer Collection 2024").
string
The product vertical/category for this catalogue. Common values include:
  • commerce
  • destinations
  • flights
  • hotels
  • home_listings
  • vehicles
integer
Initial number of products to associate with this catalogue. Defaults to 0.
integer
Number of product feeds associated with this catalogue. Defaults to 0.
string
Fallback image URL to use when a product does not have its own image.
array
Array of fallback image URLs, used as additional fallbacks if default_image_url is unavailable.
boolean
Set to true if this catalogue represents a segment of a larger catalogue.
object
Display settings for dynamic ad rendering. Contains two sub-objects:
  • carousel_ad — transformation settings for carousel ad display
  • single_ad — transformation settings for single-product ad display

Request Example

Response

boolean
Returns true when the catalogue was created successfully.

Error Responses