Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 694 Bytes

File metadata and controls

19 lines (12 loc) · 694 Bytes

CatalogItem

Properties

Name Type Description Notes
id Long The 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 Long The ID of the catalog the item belongs to.
version Long The version of the catalog item.
attributes List<ItemAttribute> [optional]
product Product [optional]