relativeDemand property

String? relativeDemand
getter/setter pair

Estimated demand in relation to the item with the highest popularity rank in the same category and country. Possible string values are:

  • "RELATIVE_DEMAND_UNSPECIFIED" : Relative demand is unknown.
  • "VERY_LOW" : Demand is 0-5% of the demand of the highest ranked product clusters or brands.
  • "LOW" : Demand is 6-10% of the demand of the highest ranked product clusters or brands.
  • "MEDIUM" : Demand is 11-20% of the demand of the highest ranked product clusters or brands.
  • "HIGH" : Demand is 21-50% of the demand of the highest ranked product clusters or brands.
  • "VERY_HIGH" : Demand is 51-100% of the demand of the highest ranked product clusters or brands.

Implementation

core.String? relativeDemand;