Retail V2 API - Module Google::Cloud::Retail::V2::Product::Availability (v0.13.0)

Reference documentation and code samples for the Retail V2 API module Google::Cloud::Retail::V2::Product::Availability.

Product availability. If this field is unspecified, the product is assumed to be in stock.

Constants

AVAILABILITY_UNSPECIFIED

value: 0
Default product availability. Default to Availability.IN_STOCK if unset.

IN_STOCK

value: 1
Product in stock.

OUT_OF_STOCK

value: 2
Product out of stock.

PREORDER

value: 3
Product that is in pre-order state.

BACKORDER

value: 4
Product that is back-ordered (i.e. temporarily out of stock).