Reference documentation and code samples for the Google Shopping Merchant Products V1 Client class Availability.
Availability status of the item.
Protobuf type google.shopping.merchant.products.v1.Availability
Namespace
Google \ Shopping \ Merchant \ Products \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AVAILABILITY_UNSPECIFIED
Value: 0Availability is not specified.
Generated from protobuf enum AVAILABILITY_UNSPECIFIED = 0;
IN_STOCK
Value: 1In stock.
Generated from protobuf enum IN_STOCK = 1;
OUT_OF_STOCK
Value: 2Out of stock.
Generated from protobuf enum OUT_OF_STOCK = 2;
PREORDER
Value: 3Pre-order.
Generated from protobuf enum PREORDER = 3;
LIMITED_AVAILABILITY
Value: 4Limited availability.
Generated from protobuf enum LIMITED_AVAILABILITY = 4;
BACKORDER
Value: 5Backorder.
Generated from protobuf enum BACKORDER = 5;