inventoryStatus property

String? inventoryStatus
getter/setter pair

Tells whether the product cluster is IN_STOCK in your product feed across multiple countries, OUT_OF_STOCK in your product feed, 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" : Inventory status is unknown.
  • "IN_STOCK" : Merchant has a product for this product cluster or brand in stock.
  • "OUT_OF_STOCK" : Merchant has a product for this product cluster or brand in inventory but it is currently out of stock.
  • "NOT_IN_INVENTORY" : Merchant does not have a product for this product cluster or brand in inventory.

Implementation

core.String? inventoryStatus;