Skip to main content

AssortmentType

Available assortment availability types.

enum AssortmentType {
AVAILABLE_ASSORTMENT
IN_ASSORTMENT
EXPIRING_ASSORTMENT
REMOVE_FROM_ASSORTMENT
}

Values

AssortmentType.AVAILABLE_ASSORTMENT

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

AssortmentType.IN_ASSORTMENT

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

AssortmentType.EXPIRING_ASSORTMENT

Items will be updated (BU-G + all underlying BUs) as RemoveFromAssortmentInDays (default 365), MustHaveZeroStock.

AssortmentType.REMOVE_FROM_ASSORTMENT

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

Member Of

CompleteItem object ● CompleteItemsFilteringParamsInput input