Recommendations AI v1beta1 API - Enum ProductCatalogItem.Types.StockState (2.0.0-beta04)

public enum ProductCatalogItem.Types.StockState

Reference documentation and code samples for the Recommendations AI v1beta1 API enum ProductCatalogItem.Types.StockState.

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

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Fields

NameDescription
Backorder

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

InStock

Item in stock.

OutOfStock

Item out of stock.

Preorder

Item that is in pre-order state.

Unspecified

Default item stock status. Should never be used.