The Product Image Object

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