Google Shopping Merchant Products V1 Client - Class Availability (1.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1
Methods
Parameter |
Name |
Description |
value |
mixed
|
Parameter |
Name |
Description |
name |
mixed
|
Constants
Availability is not specified.
Generated from protobuf enum AVAILABILITY_UNSPECIFIED = 0;
In stock.
Generated from protobuf enum IN_STOCK = 1;
Out of stock.
Generated from protobuf enum OUT_OF_STOCK = 2;
Pre-order.
Generated from protobuf enum PREORDER = 3;
Limited availability.
Generated from protobuf enum LIMITED_AVAILABILITY = 4;
Backorder.
Generated from protobuf enum BACKORDER = 5;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Shopping Merchant Products V1 Client - Class Availability (1.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0 (latest)](/php/docs/reference/shopping-merchant-products/latest/V1.Availability)\n- [0.7.0](/php/docs/reference/shopping-merchant-products/0.7.0/V1.Availability)\n- [0.6.1](/php/docs/reference/shopping-merchant-products/0.6.1/V1.Availability)\n- [0.5.0](/php/docs/reference/shopping-merchant-products/0.5.0/V1.Availability)\n- [0.4.0](/php/docs/reference/shopping-merchant-products/0.4.0/V1.Availability)\n- [0.3.0](/php/docs/reference/shopping-merchant-products/0.3.0/V1.Availability)\n- [0.2.1](/php/docs/reference/shopping-merchant-products/0.2.1/V1.Availability)\n- [0.1.1](/php/docs/reference/shopping-merchant-products/0.1.1/V1.Availability) \nReference documentation and code samples for the Google Shopping Merchant Products V1 Client class Availability.\n\n[Availability](https://support.google.com/merchants/answer/6324448) status\nof the item.\n\nProtobuf type `google.shopping.merchant.products.v1.Availability`\n\nNamespace\n---------\n\nGoogle \\\\ Shopping \\\\ Merchant \\\\ Products \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### AVAILABILITY_UNSPECIFIED\n\n Value: 0\n\nAvailability is not specified.\n\nGenerated from protobuf enum `AVAILABILITY_UNSPECIFIED = 0;`\n\n### IN_STOCK\n\n Value: 1\n\nIn stock.\n\nGenerated from protobuf enum `IN_STOCK = 1;`\n\n### OUT_OF_STOCK\n\n Value: 2\n\nOut of stock.\n\nGenerated from protobuf enum `OUT_OF_STOCK = 2;`\n\n### PREORDER\n\n Value: 3\n\nPre-order.\n\nGenerated from protobuf enum `PREORDER = 3;`\n\n### LIMITED_AVAILABILITY\n\n Value: 4\n\nLimited availability.\n\nGenerated from protobuf enum `LIMITED_AVAILABILITY = 4;`\n\n### BACKORDER\n\n Value: 5\n\nBackorder.\n\nGenerated from protobuf enum `BACKORDER = 5;`"]]