Attribute | Type | Description |
---|---|---|
url | string | URL where the image is stored in Podium |
uid | string | Podium unique identifier for product image. |
productUid | string | Podium unique identifier for product. |
isPrimary | boolean | Whether the image is the primary image or not |
{
"url": "",
"uid": "00000000-0000-0000-0000-000000000000",
"productUid": "00000000-0000-0000-0000-000000000000",
"isPrimary": true
}