Class StockState (0.10.9)

StockState(value)

Item stock state. If this field is unspecified, the item is assumed to be in stock.

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