• Add image on product This function change main image of product for change additional images use

    Parameters

    • productId: string
    • content: string

    Returns Promise<any>

    await WPP.catalog.changeProductImage('686859858689', 'data:image/jpeg;base64,.....');