resolution property

String? resolution
getter/setter pair

Item issue resolution. Possible string values are:

  • "UNKNOWN" : Unknown resolution type.
  • "MERCHANT_ACTION" : The merchant has to fix the issue.
  • "PENDING_PROCESSING" : The issue will be resolved automatically (for example, image crawl), or Google review. No merchant action is required now. Resolution might lead to another issue (for example, if crawl fails).

Implementation

core.String? resolution;