Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 813 Bytes

CatalogItem.md

File metadata and controls

16 lines (13 loc) · 813 Bytes

TalonOne.Model.CatalogItem

Properties

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]

[Back to Model list] [Back to API list] [Back to README]