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

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

Enum specifying the type of action in third-party application.

Protobuf type google.shopping.merchant.issueresolution.v1.BuiltInSimpleAction.BuiltInSimpleActionType

Namespace

Google \ Shopping \ Merchant \ IssueResolution \ V1 \ BuiltInSimpleAction

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BUILT_IN_SIMPLE_ACTION_TYPE_UNSPECIFIED

Value: 0

Default value. Will never be provided by the API.

Generated from protobuf enum BUILT_IN_SIMPLE_ACTION_TYPE_UNSPECIFIED = 0;

VERIFY_PHONE

Value: 1

Redirect the business to the part of your application where they can verify their phone.

Generated from protobuf enum VERIFY_PHONE = 1;

CLAIM_WEBSITE

Value: 2

Redirect the business to the part of your application where they can claim their website.

Generated from protobuf enum CLAIM_WEBSITE = 2;

ADD_PRODUCTS

Value: 3

Redirect the business to the part of your application where they can add products.

Generated from protobuf enum ADD_PRODUCTS = 3;

ADD_CONTACT_INFO

Value: 4

Open a form where the business can edit their contact information.

Generated from protobuf enum ADD_CONTACT_INFO = 4;

Value: 5

Redirect the business to the part of your application where they can link ads account.

Generated from protobuf enum LINK_ADS_ACCOUNT = 5;

ADD_BUSINESS_REGISTRATION_NUMBER

Value: 6

Open a form where the business can add their business registration number.

Generated from protobuf enum ADD_BUSINESS_REGISTRATION_NUMBER = 6;

EDIT_ITEM_ATTRIBUTE

Value: 7

Open a form where the business can edit an attribute. The attribute that needs to be updated is specified in attribute_code field of the action.

Generated from protobuf enum EDIT_ITEM_ATTRIBUTE = 7;

FIX_ACCOUNT_ISSUE

Value: 8

Redirect the business from the product issues to the diagnostic page with their account issues in your application.

This action will be returned only for product issues that are caused by an account issue and thus the business should resolve the problem on the account level.

Generated from protobuf enum FIX_ACCOUNT_ISSUE = 8;

SHOW_ADDITIONAL_CONTENT

Value: 9

Show additional content to the business.

This action will be used for example to deliver a justification from national authority.

Generated from protobuf enum SHOW_ADDITIONAL_CONTENT = 9;