Attribute | Type | Description |
---|---|---|
name | string | Name of the product. |
description | string | Description of the product. |
uid | string | Podium unique identifier for product. |
xid | string | External id of the product. |
images | array | |
images[].url | string | URL where the image is stored in Podium |
images[].uid | string | Podium unique identifier for product image. |
images[].productUid | string | Podium unique identifier for product. |
images[].isPrimary | boolean | Whether the image is the primary image or not |
updatedAt | string | When the product was updated. |
archivedAt | string | When the product was archived. |
insertedAt | string | When the product was inserted/created. |
price | string | Price 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": ""
}