Module: Google::Shopping::Merchant::Reports::V1beta::BestSellersProductClusterView::InventoryStatus

Defined in:
proto_docs/google/shopping/merchant/reports/v1beta/reports.rb

Overview

Status of the product cluster or brand in your inventory.

Constant Summary collapse

INVENTORY_STATUS_UNSPECIFIED =

Not specified.

0
IN_STOCK =

You have a product for this product cluster or brand in stock.

1
OUT_OF_STOCK =

You have a product for this product cluster or brand in inventory but it is currently out of stock.

2
NOT_IN_INVENTORY =

You do not have a product for this product cluster or brand in inventory.

3