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

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

Enum specifying how actions with user input forms, such as requesting re-review, are handled.

Protobuf type google.shopping.merchant.issueresolution.v1.UserInputActionRenderingOption

Namespace

Google \ Shopping \ Merchant \ IssueResolution \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

USER_INPUT_ACTION_RENDERING_OPTION_UNSPECIFIED

Value: 0

Default value. Will never be provided by the API.

Generated from protobuf enum USER_INPUT_ACTION_RENDERING_OPTION_UNSPECIFIED = 0;

REDIRECT_TO_MERCHANT_CENTER

Value: 1

Actions that require user input are represented only as links that points the business to Merchant Center where they can request the action. Provides easier to implement alternative to BUILT_IN_USER_INPUT_ACTIONS.

Generated from protobuf enum REDIRECT_TO_MERCHANT_CENTER = 1;

BUILT_IN_USER_INPUT_ACTIONS

Value: 2

Returns content and input form definition for each complex action. Your application needs to display this content and input form to the business before they can request processing of the action. To start the action, your application needs to call the triggeraction method.

Generated from protobuf enum BUILT_IN_USER_INPUT_ACTIONS = 2;