public class ShoppingContent.Merchantsupport extends Object
Modifier and Type | Class and Description |
---|---|
class |
ShoppingContent.Merchantsupport.Renderaccountissues |
class |
ShoppingContent.Merchantsupport.Renderproductissues |
class |
ShoppingContent.Merchantsupport.Triggeraction |
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.
|
ShoppingContent.Merchantsupport.Triggeraction |
triggeraction(Long merchantId,
TriggerActionPayload content)
Start an action.
|
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 RenderAccountIssuesRequestPayload
IOException
public 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 RenderProductIssuesRequestPayload
IOException
public ShoppingContent.Merchantsupport.Triggeraction triggeraction(Long merchantId, TriggerActionPayload content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The ID of the merchant's account.content
- the TriggerActionPayload
IOException
Copyright © 2011–2024 Google. All rights reserved.