Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 699 Bytes

CatalogItem.md

File metadata and controls

19 lines (12 loc) · 699 Bytes

CatalogItem

Properties

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]