Module: Google::Cloud::Retail::V2::Product::Availability
- Defined in:
- proto_docs/google/cloud/retail/v2/product.rb
Overview
Product availability. If this field is unspecified, the product is assumed to be in stock.
Constant Summary collapse
- AVAILABILITY_UNSPECIFIED =
Default product availability. Default to Availability.IN_STOCK if unset.
0
- IN_STOCK =
Product in stock.
1
- OUT_OF_STOCK =
Product out of stock.
2
- PREORDER =
Product that is in pre-order state.
3
- BACKORDER =
Product that is back-ordered (i.e. temporarily out of stock).
4