Reference documentation and code samples for the Google Shopping Merchant Inventories V1 Client class Availability.
Availability of the product in this region.
Protobuf type google.shopping.merchant.inventories.v1.RegionalInventoryAttributes.Availability
Namespace
Google \ Shopping \ Merchant \ Inventories \ V1 \ RegionalInventoryAttributesMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REGIONAL_INVENTORY_AVAILABILITY_UNSPECIFIED
Value: 0
Indicates that the availability is unspecified.
Generated from protobuf enum REGIONAL_INVENTORY_AVAILABILITY_UNSPECIFIED = 0;
IN_STOCK
Value: 1
Indicates that the product is in stock.
Generated from protobuf enum IN_STOCK = 1;
OUT_OF_STOCK
Value: 2
Indicates that the product is out of stock.
Generated from protobuf enum OUT_OF_STOCK = 2;