Skip to main content

AssortmentTypeV1

Assortment availability type for V1 NOTE: This enum is DEPRECATED and will be replaced with AssortmentType

enum AssortmentTypeV1 {
NONE
IN_ASSORTMENT
NOT_IN_ASSORTMENT
}

Values

AssortmentTypeV1.NONE

The default assortment type. Items should only be created for the BU-G, and not distributed to underlying BUs.

AssortmentTypeV1.IN_ASSORTMENT

Items will be created for the BU-G + all underlying BUs

AssortmentTypeV1.NOT_IN_ASSORTMENT

Items will be deleted from BU-G and all underlying BUs.

Member Of

Item object