Recommendations AI V1beta1 API - Module Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::StockState (v0.9.0)

Reference documentation and code samples for the Recommendations AI V1beta1 API module Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::StockState.

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

Constants

STOCK_STATE_UNSPECIFIED

value: 0
Default item stock status. Should never be used.

IN_STOCK

value: 0
Item in stock.

OUT_OF_STOCK

value: 1
Item out of stock.

PREORDER

value: 2
Item that is in pre-order state.

BACKORDER

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