cURL
curl --request POST \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/catalogs/collection \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "productIds": [ {} ] } '
{ "collectionId": "<string>" }
Creates a new collection in the WhatsApp Business catalog
{ "name": "Nome da coleção", "productIds": ["121212121212", "232323232323"] }
{ "collectionId": "123456789123" }