Google Shopping Merchant Reports V1beta Client - Class InventoryStatus (0.7.1)

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 \ BestSellersProductClusterView

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INVENTORY_STATUS_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum INVENTORY_STATUS_UNSPECIFIED = 0;

IN_STOCK

Value: 1

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

Generated from protobuf enum IN_STOCK = 1;

OUT_OF_STOCK

Value: 2

You 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: 3

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

Generated from protobuf enum NOT_IN_INVENTORY = 3;