Skip to main content

An enumerated type for the values that represent the inventory status of an item.

Type that uses AvailabilityStatusEnum

EstimatedAvailability

Calls that use AvailabilityStatusEnum

Enumerations

Value
Description
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.