ItemAvailabilityPreferences Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Item availability preferences.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
<DataContractAttribute> _
<FlagsAttribute> _
Public Enumeration ItemAvailabilityPreferences
'Usage
Dim instance As ItemAvailabilityPreferences
[DataContractAttribute]
[FlagsAttribute]
public enum ItemAvailabilityPreferences
[DataContractAttribute]
[FlagsAttribute]
public enum class ItemAvailabilityPreferences

Members

Member name Description
None No item availability preference.
ChannelSite Channel site preference.
ChannelWarehouse Channel warehouse preference.
ItemSite Item site preference.
ItemWarehouse Item warehouse preference.
CustomerSite Customer warehouse preference.
CustomerWarehouse Customer site preference.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace