| Attribute | Type | Description |
|---|---|---|
| name | string | Name of the product. |
| description | string | Description of the product. |
| uid | string | Podium unique identifier for product. |
| price | string | Price of the product. |
| updatedAt | string | When the product was updated. |
| 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 |
| archivedAt | string | When the product was archived. |
| insertedAt | string | When 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"
}
