| Attribute | Type | Description |
|---|---|---|
| name | string | Name of the product. |
| description | string | Description of the product. |
| uid | string | Podium unique identifier for product. |
| updatedAt | string | When the product was updated. |
| archivedAt | string | When the product was archived. |
| images | array | |
| images[].url | string | URL where the image is stored in Podium |
| images[].uid | string | Podium unique identifier for product image. |
| images[].isPrimary | boolean | Whether the image is the primary image or not |
| images[].productUid | string | Podium unique identifier for product. |
| xid | string | External id of the product. |
| insertedAt | string | When the product was inserted/created. |
| price | string | Price of the product. |
{
"name": "",
"description": "",
"uid": "00000000-0000-0000-0000-000000000000",
"updatedAt": "2015-01-23T23:50:07Z",
"archivedAt": "2015-01-23T23:50:07Z",
"images": [
{
"url": "",
"uid": "00000000-0000-0000-0000-000000000000",
"isPrimary": true,
"productUid": "00000000-0000-0000-0000-000000000000"
}
],
"xid": "",
"insertedAt": "2015-01-23T23:50:07Z",
"price": ""
}
