The Product Object

AttributeTypeDescription
namestringName of the product.
descriptionstringDescription of the product.
uidstringPodium unique identifier for product.
xidstringExternal id of the product.
imagesarray
images[].urlstringURL where the image is stored in Podium
images[].uidstringPodium unique identifier for product image.
images[].productUidstringPodium unique identifier for product.
images[].isPrimarybooleanWhether the image is the primary image or not
updatedAtstringWhen the product was updated.
archivedAtstringWhen the product was archived.
insertedAtstringWhen the product was inserted/created.
pricestringPrice of the product.
{
  "name": "",
  "description": "",
  "uid": "00000000-0000-0000-0000-000000000000",
  "xid": "",
  "images": [
    {
      "url": "",
      "uid": "00000000-0000-0000-0000-000000000000",
      "productUid": "00000000-0000-0000-0000-000000000000",
      "isPrimary": true
    }
  ],
  "updatedAt": "2015-01-23T23:50:07Z",
  "archivedAt": "2015-01-23T23:50:07Z",
  "insertedAt": "2015-01-23T23:50:07Z",
  "price": ""
}