resolution property

String? resolution
getter/setter pair

Item issue resolution. Possible string values are:

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

Implementation

core.String? resolution;