brandInventoryStatus property

String? brandInventoryStatus
getter/setter pair

Tells if there is at least one product of the brand currently IN_STOCK in your product feed across multiple countries, all products are OUT_OF_STOCK in your product feed, or NOT_IN_INVENTORY.

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? brandInventoryStatus;