Module: Google::Shopping::Merchant::IssueResolution::V1beta::ExternalAction::ExternalActionType

Defined in:
proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb

Overview

Enum specifying the type of action that requires to redirect the business to an external location.

Constant Summary collapse

EXTERNAL_ACTION_TYPE_UNSPECIFIED =

Default value. Will never be provided by the API.

0
REVIEW_PRODUCT_ISSUE_IN_MERCHANT_CENTER =

Redirect to Merchant Center where the business can request a review for issue related to their product.

1
REVIEW_ACCOUNT_ISSUE_IN_MERCHANT_CENTER =

Redirect to Merchant Center where the business can request a review for issue related to their account.

2
3
VERIFY_IDENTITY_IN_MERCHANT_CENTER =

Redirect to Merchant Center where the business can perform identity verification.

4