availability property

String? availability
getter/setter pair

Availability of the product at this store. Possible string values are:

  • "LOCAL_INVENTORY_AVAILABILITY_UNSPECIFIED" : Indicates that the availability is unspecified.
  • "IN_STOCK" : Indicates that the product is in stock.
  • "LIMITED_AVAILABILITY" : Indicates that the product is out of stock.
  • "ON_DISPLAY_TO_ORDER" : Indicates that the product is on display to order.
  • "OUT_OF_STOCK" : Indicates that the product is out of stock.

Implementation

core.String? availability;