rocket
Meet
Merchant API
- the official successor to Content API for Shopping.
update
Get the latest
on new Merchant API features, bug fixes, and updates.
add_alert
Note: Content API for Shopping will be sunset on August 18, 2026.
UserInputActionRenderingOption
Stay organized with collections
Save and categorize content based on your preferences.
Enum specifying how actions with user input forms, such as requesting re-review, are handled.
Enums |
USER_INPUT_ACTION_RENDERING_OPTION_UNSPECIFIED |
Default value. Will never be provided by the API. |
REDIRECT_TO_MERCHANT_CENTER |
Actions that require user input are represented only as links that points merchant to Merchant Center where they can request the action. Provides easier to implement alternative to BUILT_IN_USER_INPUT_ACTIONS . |
BUILT_IN_USER_INPUT_ACTIONS |
Returns content and input form definition for each complex action. Your application needs to display this content and input form to the merchant before they can request processing of the action. To start the action, your application needs to call the triggeraction method. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUserInputActionRenderingOption\u003c/code\u003e enum defines how actions requiring user input, like re-review requests, are handled.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eREDIRECT_TO_MERCHANT_CENTER\u003c/code\u003e provides links directing merchants to Merchant Center for action requests, offering a simpler implementation compared to \u003ccode\u003eBUILT_IN_USER_INPUT_ACTIONS\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBUILT_IN_USER_INPUT_ACTIONS\u003c/code\u003e requires displaying content and an input form for complex actions, initiating the action via the \u003ccode\u003etriggeraction\u003c/code\u003e method after user input.\u003c/p\u003e\n"]]],["The core content describes how actions requiring user input are handled, defined by an enum. `REDIRECT_TO_MERCHANT_CENTER` directs users to the Merchant Center to complete actions. `BUILT_IN_USER_INPUT_ACTIONS` provides content and forms directly, requiring the application to display them. The application must then call the `triggeraction` method to initiate the action. `USER_INPUT_ACTION_RENDERING_OPTION_UNSPECIFIED` is the default value, not used by the API.\n"],null,["# UserInputActionRenderingOption\n\nEnum specifying how actions with user input forms, such as requesting re-review, are handled.\n\n| Enums ||\n|--------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `USER_INPUT_ACTION_RENDERING_OPTION_UNSPECIFIED` | Default value. Will never be provided by the API. |\n| `REDIRECT_TO_MERCHANT_CENTER` | Actions that require user input are represented only as links that points merchant to Merchant Center where they can request the action. Provides easier to implement alternative to `BUILT_IN_USER_INPUT_ACTIONS`. |\n| `BUILT_IN_USER_INPUT_ACTIONS` | Returns content and input form definition for each complex action. Your application needs to display this content and input form to the merchant before they can request processing of the action. To start the action, your application needs to call the `triggeraction` method. |"]]