ItemLinkType
Types of relations that can be established between items using item links.
enum ItemLinkType {
STRUCTURE
REPLACEMENT
MODEL
}
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
Links SKU items to one model item. Used for Color, Size, and fashion items.
Member Of
ItemLink
object