public class ShoppingContent.Merchantsupport extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ShoppingContent.Merchantsupport.Renderaccountissues  | 
class  | 
ShoppingContent.Merchantsupport.Renderproductissues  | 
| Constructor and Description | 
|---|
Merchantsupport()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShoppingContent.Merchantsupport.Renderaccountissues | 
renderaccountissues(Long merchantId,
                   RenderAccountIssuesRequestPayload content)
Provide a list of merchant's issues with a support content and available actions. 
 | 
ShoppingContent.Merchantsupport.Renderproductissues | 
renderproductissues(Long merchantId,
                   String productId,
                   RenderProductIssuesRequestPayload content)
Provide a list of issues for merchant's product with a support content and available actions. 
 | 
public ShoppingContent.Merchantsupport.Renderaccountissues renderaccountissues(Long merchantId, RenderAccountIssuesRequestPayload content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account to fetch issues for.content - the RenderAccountIssuesRequestPayloadIOExceptionpublic ShoppingContent.Merchantsupport.Renderproductissues renderproductissues(Long merchantId, String productId, RenderProductIssuesRequestPayload content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account that contains the product.productId - Required. The [REST_ID](https://developers.google.com/shopping-
        content/reference/rest/v2.1/products#Product.FIELDS.id) of the product to fetch issues
        for.content - the RenderProductIssuesRequestPayloadIOExceptionCopyright © 2011–2024 Google. All rights reserved.