Google Shopping Merchant Issue Resolution V1 Client - Class ExternalActionType (1.0.0)

Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class ExternalActionType.

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

Protobuf type google.shopping.merchant.issueresolution.v1.ExternalAction.ExternalActionType

Namespace

Google \ Shopping \ Merchant \ IssueResolution \ V1 \ ExternalAction

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EXTERNAL_ACTION_TYPE_UNSPECIFIED

Value: 0

Default value. Will never be provided by the API.

Generated from protobuf enum EXTERNAL_ACTION_TYPE_UNSPECIFIED = 0;

REVIEW_PRODUCT_ISSUE_IN_MERCHANT_CENTER

Value: 1

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

Generated from protobuf enum REVIEW_PRODUCT_ISSUE_IN_MERCHANT_CENTER = 1;

REVIEW_ACCOUNT_ISSUE_IN_MERCHANT_CENTER

Value: 2

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

Generated from protobuf enum REVIEW_ACCOUNT_ISSUE_IN_MERCHANT_CENTER = 2;

Value: 3

Redirect to the form in Help Center where the business can request a legal appeal for the issue.

Generated from protobuf enum LEGAL_APPEAL_IN_HELP_CENTER = 3;

VERIFY_IDENTITY_IN_MERCHANT_CENTER

Value: 4

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

Generated from protobuf enum VERIFY_IDENTITY_IN_MERCHANT_CENTER = 4;