Image returned for a Magento 2 product. Used for image, small_image, thumbnail, and entries in media_gallery.
image
small_image
thumbnail
media_gallery
const image: Magento2Image = { url: "https://www.example.com/media/catalog/product/cache/abc/S/7/S770339.jpg", label: "Sodium iodide CAS No(7681-82-5)"}; Copy
const image: Magento2Image = { url: "https://www.example.com/media/catalog/product/cache/abc/S/7/S770339.jpg", label: "Sodium iodide CAS No(7681-82-5)"};
Absolute URL to the image
Human-readable image label (often contains the product name and CAS)
Image returned for a Magento 2 product. Used for
image,small_image,thumbnail, and entries inmedia_gallery.Example