ProductAvailability

  • This document describes the different possible states of product availability.

  • Product availability can be UNSPECIFIED, UNKNOWN, IN_STOCK, OUT_OF_STOCK, or PREORDER.

  • Each of these availability states is defined and explained.

Product availability.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

Used for return value only. Represents values unknown in this version.

IN_STOCK

The product is in stock.

OUT_OF_STOCK

The product is out of stock.

PREORDER

The product can be preordered.