ItemStatus
Available item statuses.
enum ItemStatus {
ACTIVE
DELETED
DISCONTINUED
STOPPED
}
Values
ItemStatus.ACTIVE
Entities that are active and can be sold and replenished
ItemStatus.DELETED
Entities that are no longer active and can not be sold nor replenished. Should be possible to find in search, when searching for deleted items. Not included in search by default.
ItemStatus.DISCONTINUED
Entities that are no longer active but can still be sold
ItemStatus.STOPPED
Severe status for recalled items where sale should never be allowed.
Member Of
CompleteItem
object ● CompleteItemsFilteringParamsInput
input