Module: Google::Shopping::Merchant::Inventories::V1::LocalInventoryAttributes::Availability

Defined in:
proto_docs/google/shopping/merchant/inventories/v1/inventories_common.rb

Overview

Availability of the product at this store.

Constant Summary collapse

LOCAL_INVENTORY_AVAILABILITY_UNSPECIFIED =

Indicates that the availability is unspecified.

0
IN_STOCK =

Indicates that the product is in stock.

1
LIMITED_AVAILABILITY =

Indicates that the product is out of stock.

2
ON_DISPLAY_TO_ORDER =

Indicates that the product is on display to order.

3
OUT_OF_STOCK =

Indicates that the product is out of stock.

4