matcherOption property

String? matcherOption
getter/setter pair

Determines whether to use the custom matchers or the product feed attribute "repricing_rule_id" to specify offer-rule mapping. Possible string values are:

  • "MATCHER_OPTION_UNSPECIFIED" : Unused.
  • "MATCHER_OPTION_CUSTOM_FILTER" : Use custom filters.
  • "MATCHER_OPTION_USE_FEED_ATTRIBUTE" : Use repricing_rule_id feed attribute on the product resource to specify offer-rule mapping.
  • "MATCHER_OPTION_ALL_PRODUCTS" : Matching all products.

Implementation

core.String? matcherOption;