• Retrieves product by contact id

    Parameters

    • chatId: string
    • qnt: number

    Returns Promise<any[]>

    A array with products

    Get products of catalogs

    await WPP.catalog.getProducts('5521985625689@c.us', 10);