Reference documentation and code samples for the Google Shopping Merchant Reports V1beta Client class InventoryStatus.
Status of the product cluster or brand in your inventory.
Protobuf type google.shopping.merchant.reports.v1beta.BestSellersProductClusterView.InventoryStatus
Namespace
Google \ Shopping \ Merchant \ Reports \ V1beta \ BestSellersProductClusterViewMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INVENTORY_STATUS_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum INVENTORY_STATUS_UNSPECIFIED = 0;
IN_STOCK
Value: 1You have a product for this product cluster or brand in stock.
Generated from protobuf enum IN_STOCK = 1;
OUT_OF_STOCK
Value: 2You have a product for this product cluster or brand in inventory but it is currently out of stock.
Generated from protobuf enum OUT_OF_STOCK = 2;
NOT_IN_INVENTORY
Value: 3You do not have a product for this product cluster or brand in inventory.
Generated from protobuf enum NOT_IN_INVENTORY = 3;