Function fetchProductImage

  • Fetch product image (SVG) by id e.g. '9501-01' and optionally by brand id.

    Returns

    The product image as SVG.

    Parameters

    • brandId: string

      The ID of the brand.

    • productId: string | number

      The ID of the product.

    • cache: boolean = true

      Flag to indicate if the object should be cached to the box.

    Returns Promise<string>

Generated using TypeDoc