previousRelativeDemand property

String? previousRelativeDemand
getter/setter pair

Estimated demand in relation to the product cluster with the highest popularity rank in the same category and country in the previous week or month. Possible string values are:

  • "RELATIVE_DEMAND_ENUM_UNSPECIFIED" : Not specified.
  • "VERY_LOW" : Demand is 0-5% of the demand of the highest ranked product cluster or brand.
  • "LOW" : Demand is 6-10% of the demand of the highest ranked product cluster or brand.
  • "MEDIUM" : Demand is 11-20% of the demand of the highest ranked product cluster or brand.
  • "HIGH" : Demand is 21-50% of the demand of the highest ranked product cluster or brand.
  • "VERY_HIGH" : Demand is 51-100% of the demand of the highest ranked product cluster or brand.

Implementation

core.String? previousRelativeDemand;