Module: Google::Shopping::Merchant::Products::V1::Availability
- Defined in:
- proto_docs/google/shopping/merchant/products/v1/products_common.rb
Overview
Availability status of the item.
Constant Summary collapse
- AVAILABILITY_UNSPECIFIED =
Availability is not specified.
0
- IN_STOCK =
In stock.
1
- OUT_OF_STOCK =
Out of stock.
2
- PREORDER =
Pre-order.
3
- LIMITED_AVAILABILITY =
Limited availability.
4
- BACKORDER =
Backorder.
5