The Product Image Object

AttributeTypeDescription
urlstringURL where the image is stored in Podium
uidstringPodium unique identifier for product image.
productUidstringPodium unique identifier for product.
isPrimarybooleanWhether the image is the primary image or not
{
  "url": "",
  "uid": "00000000-0000-0000-0000-000000000000",
  "productUid": "00000000-0000-0000-0000-000000000000",
  "isPrimary": true
}