Class IssueresolutionResource
The "issueresolution" collection of methods.
Inherited Members
Namespace: Google.Apis.Merchant.issueresolution_v1beta
Assembly: Google.Apis.Merchant.issueresolution_v1beta.dll
Syntax
public class IssueresolutionResource
Constructors
IssueresolutionResource(IClientService)
Constructs a new resource.
Declaration
public IssueresolutionResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Renderaccountissues(RenderIssuesRequestPayload, string)
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.
Declaration
public virtual IssueresolutionResource.RenderaccountissuesRequest Renderaccountissues(RenderIssuesRequestPayload body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderIssuesRequestPayload | body | The body of the request. |
| string | name | Required. The account to fetch issues for. Format: |
Returns
| Type | Description |
|---|---|
| IssueresolutionResource.RenderaccountissuesRequest |
Renderproductissues(RenderIssuesRequestPayload, string)
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.
Declaration
public virtual IssueresolutionResource.RenderproductissuesRequest Renderproductissues(RenderIssuesRequestPayload body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderIssuesRequestPayload | body | The body of the request. |
| string | name | Required. The name of the product to fetch issues for. Format: |
Returns
| Type | Description |
|---|---|
| IssueresolutionResource.RenderproductissuesRequest |
Triggeraction(TriggerActionPayload, string)
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.
Declaration
public virtual IssueresolutionResource.TriggeractionRequest Triggeraction(TriggerActionPayload body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| TriggerActionPayload | body | The body of the request. |
| string | name | Required. The business's account that is triggering the action. Format: |
Returns
| Type | Description |
|---|---|
| IssueresolutionResource.TriggeractionRequest |