Name | Type | Description | Notes |
---|---|---|---|
id | int | Internal ID of this entity. | |
created | datetime | The time this entity was created. | |
sku | str | The stock keeping unit of the item. | |
price | float | 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] |