Skip to main content

An enumerated type for the values that represent the item's availability.

Code so that your app gracefully handles any future changes to this list.

Types that use AvailabilityEnum

Not used by any types.

Calls that use AvailabilityEnum

Not used by any calls.

Enumerations

Value
Description
TEMPORARILY_UNAVAILABLE
Indicates the item is not available now but could be available again in a near future. This could be due to an out-of-stock condition, the seller is on vacation, etc.
AVAILABLE
Indicates there are items available for purchase.
UNAVAILABLE
Indicates that the item is not available and will not be available in the future.