Class MerchantsupportResource
The "merchantsupport" collection of methods.
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class MerchantsupportResource
Constructors
MerchantsupportResource(IClientService)
Constructs a new resource.
Declaration
public MerchantsupportResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Renderaccountissues(RenderAccountIssuesRequestPayload, long)
Provide a list of merchant's issues with a support content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Declaration
public virtual MerchantsupportResource.RenderaccountissuesRequest Renderaccountissues(RenderAccountIssuesRequestPayload body, long merchantId)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderAccountIssuesRequestPayload | body | The body of the request. |
| long | merchantId | Required. The ID of the account to fetch issues for. |
Returns
| Type | Description |
|---|---|
| MerchantsupportResource.RenderaccountissuesRequest |
Renderproductissues(RenderProductIssuesRequestPayload, long, string)
Provide a list of issues for merchant's product with a support content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Declaration
public virtual MerchantsupportResource.RenderproductissuesRequest Renderproductissues(RenderProductIssuesRequestPayload body, long merchantId, string productId)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderProductIssuesRequestPayload | body | The body of the request. |
| long | merchantId | Required. The ID of the account that contains the product. |
| string | productId | Required. The REST_ID of the product to fetch issues for. |
Returns
| Type | Description |
|---|---|
| MerchantsupportResource.RenderproductissuesRequest |