• Create new collection

    Parameters

    • collectionName: string
    • productsId: string[]

    Returns Promise<any>

    Return collection created

    const myCatalog = await WPP.catalog.createCollection('Collection Name', ['565656589898']);