availability property

String? availability
getter/setter pair

The online availability of the Product.

Default to Availability.IN_STOCK. Corresponding properties: Google Merchant Center property availability. Schema.org property Offer.availability. Possible string values are:

  • "AVAILABILITY_UNSPECIFIED" : Default product availability. Default to Availability.IN_STOCK if unset.
  • "IN_STOCK" : Product in stock.
  • "OUT_OF_STOCK" : Product out of stock.
  • "PREORDER" : Product that is in pre-order state.
  • "BACKORDER" : Product that is back-ordered (i.e. temporarily out of stock).

Implementation

core.String? availability;