| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | The internal ID of this entity. | |
| created | OffsetDateTime | The time this entity was created. | |
| sku | String | The stock keeping unit of the item. | |
| price | BigDecimal | Price of the item. | [optional] |
| catalogid | Long | The ID of the catalog the item belongs to. | |
| version | Long | The version of the catalog item. | |
| attributes | List<ItemAttribute> | [optional] | |
| product | Product | [optional] |