Provide a list of business's account issues with an issue resolution
content and available actions. This content and actions are meant to be
rendered and shown in third-party applications.
Provide a list of issues for business's product with an issue resolution
content and available actions. This content and actions are meant to be
rendered and shown in third-party applications.
Start an action. The action can be requested by a business in
third-party application. Before the business can request the action, the
third-party application needs to show them action specific content and
display a user input form.
The action can be successfully started only once all required inputs are
provided. If any required input is missing, or invalid value was
provided, the service will return 400 error. Validation errors will contain
Ids for
all problematic field together with translated, human readable error
messages that can be shown to the user.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface IssueResolutionServiceGrpc.AsyncService (1.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0 (latest)](/java/docs/reference/google-shopping-merchant-issue-resolution/latest/com.google.shopping.merchant.issueresolution.v1beta.IssueResolutionServiceGrpc.AsyncService)\n- [0.10.0](/java/docs/reference/google-shopping-merchant-issue-resolution/0.10.0/com.google.shopping.merchant.issueresolution.v1beta.IssueResolutionServiceGrpc.AsyncService)\n- [0.8.0](/java/docs/reference/google-shopping-merchant-issue-resolution/0.8.0/com.google.shopping.merchant.issueresolution.v1beta.IssueResolutionServiceGrpc.AsyncService)\n- [0.7.0](/java/docs/reference/google-shopping-merchant-issue-resolution/0.7.0/com.google.shopping.merchant.issueresolution.v1beta.IssueResolutionServiceGrpc.AsyncService)\n- [0.4.0](/java/docs/reference/google-shopping-merchant-issue-resolution/0.4.0/com.google.shopping.merchant.issueresolution.v1beta.IssueResolutionServiceGrpc.AsyncService)\n- [0.3.0](/java/docs/reference/google-shopping-merchant-issue-resolution/0.3.0/com.google.shopping.merchant.issueresolution.v1beta.IssueResolutionServiceGrpc.AsyncService)\n- [0.2.0](/java/docs/reference/google-shopping-merchant-issue-resolution/0.2.0/com.google.shopping.merchant.issueresolution.v1beta.IssueResolutionServiceGrpc.AsyncService) \n\n public static interface IssueResolutionServiceGrpc.AsyncService\n\nService to provide an issue resolution content for account issues and product\nissues.\n\nMethods\n-------\n\n### renderAccountIssues(RenderAccountIssuesRequest request, StreamObserver\\\u003cRenderAccountIssuesResponse\\\u003e responseObserver)\n\n public default void renderAccountIssues(RenderAccountIssuesRequest request, StreamObserver\u003cRenderAccountIssuesResponse\u003e responseObserver)\n\nProvide a list of business's account issues with an issue resolution\ncontent and available actions. This content and actions are meant to be\nrendered and shown in third-party applications.\n\n### renderProductIssues(RenderProductIssuesRequest request, StreamObserver\\\u003cRenderProductIssuesResponse\\\u003e responseObserver)\n\n public default void renderProductIssues(RenderProductIssuesRequest request, StreamObserver\u003cRenderProductIssuesResponse\u003e responseObserver)\n\nProvide a list of issues for business's product with an issue resolution\ncontent and available actions. This content and actions are meant to be\nrendered and shown in third-party applications.\n\n### triggerAction(TriggerActionRequest request, StreamObserver\\\u003cTriggerActionResponse\\\u003e responseObserver)\n\n public default void triggerAction(TriggerActionRequest request, StreamObserver\u003cTriggerActionResponse\u003e responseObserver)\n\nStart an action. The action can be requested by a business in\nthird-party application. Before the business can request the action, the\nthird-party application needs to show them action specific content and\ndisplay a user input form.\nThe action can be successfully started only once all `required` inputs are\nprovided. If any `required` input is missing, or invalid value was\nprovided, the service will return 400 error. Validation errors will contain\nIds for\nall problematic field together with translated, human readable error\nmessages that can be shown to the user."]]