Module: Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::StockState

Defined in:
proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb

Overview

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

Constant Summary collapse

STOCK_STATE_UNSPECIFIED =

Default item stock status. Should never be used.

0
IN_STOCK =

Item in stock.

0
OUT_OF_STOCK =

Item out of stock.

1
PREORDER =

Item that is in pre-order state.

2
BACKORDER =

Item that is back-ordered (i.e. temporarily out of stock).

3