Name | Type | Description | Notes |
---|---|---|---|
id | Integer | 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 | Integer | The ID of the catalog the item belongs to. | |
version | Integer | The version of the catalog item. | |
attributes | List<ItemAttribute> | [optional] | |
product | Product | [optional] |