Get collections of catalog
Optional
Your collections of products
// Retrieve 20 collections of chatconst myCatalog = await WPP.catalog.getCollections('552198554578@c.us', '20');// Retrieve 20 collections of chat and products arrays limit with 10 productsconst myCatalog = await WPP.catalog.getCollections('552198554578@c.us', '20', '10'); Copy
// Retrieve 20 collections of chatconst myCatalog = await WPP.catalog.getCollections('552198554578@c.us', '20');// Retrieve 20 collections of chat and products arrays limit with 10 productsconst myCatalog = await WPP.catalog.getCollections('552198554578@c.us', '20', '10');
Get collections of catalog