AssortmentType
Available assortment types.
enum AssortmentType {
AVAILABLE_ASSORTMENT
IN_ASSORTMENT
EXPIRING_ASSORTMENT
REMOVE_FROM_ASSORTMENT
IN_LOCAL_ASSORTMENT
}
Values
AssortmentType.AVAILABLE_ASSORTMENT
Indicates that the Item is available to include into the active assortment for a Business Unit. The item definition will NOT be propagated down to underlying Business Units.
AssortmentType.IN_ASSORTMENT
The default assortment type. Indicates that the Item is in the active assortment for a Business Unit Group or Business Unit. It also indicates that it has been put into the assortment centrally. The item definition will be created for the Business Unit Group and all underlying Business Units.
AssortmentType.EXPIRING_ASSORTMENT
Indicates that the Item is still in the active assortment, but expected to be removed after a sell-out grace period. There might be rules dictating when and how the Item will be removed from the active assortment. The item definition will be updated for the Business Unit Group and all underlying Business Units, and as specified by the additional properties RemoveFromAssortmentInDays (default 365) and MustHaveZeroStock.
AssortmentType.REMOVE_FROM_ASSORTMENT
The Item is not in any available assortment and will not be possible for a Business Unit to include into assortment, nor see in any kind of search. The item definition will be updated to DELETED status for the Business Unit Group and all underlying Business Units.
AssortmentType.IN_LOCAL_ASSORTMENT
Assortment type used for Items that are specific to a given Business Unit, and not maintained centrally in an ERP system. Primarily used for items maintained by the Business Unit themselves. In Hii Retail, this would be done in the Item Information maintenance UI.
Member Of
FilteringParamsInput input ● Item object