Enum ProductCatalogItem.Types.StockState (1.0.0-beta03)

public enum 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.