Name | Type | Description | Notes |
---|---|---|---|
Id | int | Internal ID of this entity. | |
Created | DateTime | The time this entity was created. | |
Sku | string | The stock keeping unit of the item. | |
Price | decimal | Price of the item. | [optional] |
Catalogid | int | The ID of the catalog the item belongs to. | |
Version | int | The version of the catalog item. | |
Attributes | List<ItemAttribute> | [optional] | |
Product | Product | [optional] |