Google Shopping Merchant Inventories V1 Client - Class Availability (1.0.0)

Reference documentation and code samples for the Google Shopping Merchant Inventories V1 Client class Availability.

Availability of the product at this store.

Protobuf type google.shopping.merchant.inventories.v1.LocalInventoryAttributes.Availability

Namespace

Google \ Shopping \ Merchant \ Inventories \ V1 \ LocalInventoryAttributes

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LOCAL_INVENTORY_AVAILABILITY_UNSPECIFIED

Value: 0

Indicates that the availability is unspecified.

Generated from protobuf enum LOCAL_INVENTORY_AVAILABILITY_UNSPECIFIED = 0;

IN_STOCK

Value: 1

Indicates that the product is in stock.

Generated from protobuf enum IN_STOCK = 1;

LIMITED_AVAILABILITY

Value: 2

Indicates that the product is out of stock.

Generated from protobuf enum LIMITED_AVAILABILITY = 2;

ON_DISPLAY_TO_ORDER

Value: 3

Indicates that the product is on display to order.

Generated from protobuf enum ON_DISPLAY_TO_ORDER = 3;

OUT_OF_STOCK

Value: 4

Indicates that the product is out of stock.

Generated from protobuf enum OUT_OF_STOCK = 4;