RenderIssuesRequestPayload
Stay organized with collections
Save and categorize content based on your preferences.
The payload for configuring how the content should be rendered.
Fields |
contentOption |
enum (ContentOption )
Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.
|
userInputActionOption |
enum (UserInputActionRenderingOption )
Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points the business to Merchant Center where they can request the action.
|
ContentOption
Enum specifying how is the content returned.
Enums |
CONTENT_OPTION_UNSPECIFIED |
Default value. Will never be provided by the API. |
PRE_RENDERED_HTML |
Returns the detail of the issue as a pre-rendered HTML text. |
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 2025-07-31 UTC.
[null,null,["Last updated 2025-07-31 UTC."],[],[],null,["# RenderIssuesRequestPayload\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ContentOption](#ContentOption)\n- [UserInputActionRenderingOption](#UserInputActionRenderingOption)\n\nThe payload for configuring how the content should be rendered.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"contentOption\": enum (/merchant/api/reference/rest/issueresolution_v1/RenderIssuesRequestPayload#ContentOption), \"userInputActionOption\": enum (/merchant/api/reference/rest/issueresolution_v1/RenderIssuesRequestPayload#UserInputActionRenderingOption) } ``` |\n\n| Fields ||\n|-------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `contentOption` | `enum (`[ContentOption](/merchant/api/reference/rest/issueresolution_v1/RenderIssuesRequestPayload#ContentOption)`)` Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text. |\n| `userInputActionOption` | `enum (`[UserInputActionRenderingOption](/merchant/api/reference/rest/issueresolution_v1/RenderIssuesRequestPayload#UserInputActionRenderingOption)`)` Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points the business to Merchant Center where they can request the action. |\n\nContentOption\n-------------\n\nEnum specifying how is the content returned.\n\n| Enums ||\n|------------------------------|--------------------------------------------------------------|\n| `CONTENT_OPTION_UNSPECIFIED` | Default value. Will never be provided by the API. |\n| `PRE_RENDERED_HTML` | Returns the detail of the issue as a pre-rendered HTML text. |\n\nUserInputActionRenderingOption\n------------------------------\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 the business 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 business before they can request processing of the action. To start the action, your application needs to call the `triggeraction` method. |"]]