stockState property

String? stockState
getter/setter pair

Online stock state of the catalog item.

Default is IN_STOCK.

Optional. Possible string values are:

  • "STOCK_STATE_UNSPECIFIED" : Default item stock status. Should never be used.
  • "IN_STOCK" : Item in stock.
  • "OUT_OF_STOCK" : Item out of stock.
  • "PREORDER" : Item that is in pre-order state.
  • "BACKORDER" : Item that is back-ordered (i.e. temporarily out of stock).

Implementation

core.String? stockState;