The Product Object

AttributeTypeDescription
namestringName of the product.
descriptionstringDescription of the product.
uidstringPodium unique identifier for product.
pricestringPrice of the product.
updatedAtstringWhen the product was updated.
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
archivedAtstringWhen the product was archived.
insertedAtstringWhen the product was inserted/created.
{
  "name": "",
  "description": "",
  "uid": "00000000-0000-0000-0000-000000000000",
  "price": "",
  "updatedAt": "2015-01-23T23:50:07Z",
  "xid": "",
  "images": [
    {
      "url": "",
      "uid": "00000000-0000-0000-0000-000000000000",
      "productUid": "00000000-0000-0000-0000-000000000000",
      "isPrimary": true
    }
  ],
  "archivedAt": "2015-01-23T23:50:07Z",
  "insertedAt": "2015-01-23T23:50:07Z"
}