inventoryStatus property

String? inventoryStatus
getter/setter pair

Whether the product cluster is IN_STOCK in your product data source in at least one of the countries, OUT_OF_STOCK in your product data source in all countries, or NOT_IN_INVENTORY at all.

The field doesn't take the Best sellers report country filter into account. Possible string values are:

  • "INVENTORY_STATUS_UNSPECIFIED" : Not specified.
  • "IN_STOCK" : You have a product for this product cluster or brand in stock.
  • "OUT_OF_STOCK" : You have a product for this product cluster or brand in inventory but it is currently out of stock.
  • "NOT_IN_INVENTORY" : You do not have a product for this product cluster or brand in inventory.

Implementation

core.String? inventoryStatus;