Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 788 Bytes

CatalogItem.md

File metadata and controls

17 lines (13 loc) · 788 Bytes

CatalogItem

Properties

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]

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