ItemLinkType
Types of relations that can be established between items using item links.
enum ItemLinkType {
STRUCTURE
REPLACEMENT
MODEL @deprecated
}
Values
ItemLinkType.STRUCTURE
A structure item typically refers to a collection of items sold or offered together as a single package. The goal is to increase sales and scanning efficiency. Use this Item Link Type when the linked items can be sold separately and the inventory is managed on the linked item level.
ItemLinkType.REPLACEMENT
Links a new item replacing an outgoing item in assortment.
ItemLinkType.MODEL deprecated
Previously used to link SKU items to a model item for Color, Size, and fashion variants. Instead SKU items should be linked to the model item by setting the model item's ID in the parentId property of each SKU item.
DEPRECATED. Previously used to link SKU items to a model item for Color, Size, and fashion variants. Instead SKU items should be linked to the model item by setting the model item's ID in the parentId property of each SKU item.
Member Of
ItemLink object