An enumerated type for the values that represent the inventory status of an item.
Type that uses AvailabilityStatusEnum
Calls that use AvailabilityStatusEnum
Enumerations
IN_STOCK
Indicates the item is available for purchase.
LIMITED_STOCK
Indicates the item is available for purchase but the supply of this item is low.
OUT_OF_STOCK
Indicates the item is not available for purchase because the supply of this item is currently zero.