2025-05-07
▼ ▲ merchantapi.issueresolution.renderaccountissues
Path : issueresolution/v1beta/{+name}:renderaccountissues
Flat Path : issueresolution/v1beta/accounts/{accountsId}:renderaccountissues
HTTP Method : POST
Parameters :
name
Description : Required. The account to fetch issues for. Format: `accounts/{account}`
Pattern : ^accounts/[^/]+$
Location : path
Required : Yes
Type : string
languageCode
Description : Optional. The [IETF BCP-47](https://tools.ietf.org/html/bcp47) language code used to localize issue resolution content. If not set, the result will be in default language `en-US`.
Location : query
Type : string
timeZone
Description : Optional. The [IANA](https://www.iana.org/time-zones) timezone used to localize times in an issue resolution content. For example 'America/Los_Angeles'. If not set, results will use as a default UTC.
Location : query
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/content
Description : 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.
▼ ▲ merchantapi.issueresolution.renderproductissues
Path : issueresolution/v1beta/{+name}:renderproductissues
Flat Path : issueresolution/v1beta/accounts/{accountsId}/products/{productsId}:renderproductissues
HTTP Method : POST
Parameters :
name
Description : Required. The name of the product to fetch issues for. Format: `accounts/{account}/products/{product}`
Pattern : ^accounts/[^/]+/products/[^/]+$
Location : path
Required : Yes
Type : string
languageCode
Description : Optional. The [IETF BCP-47](https://tools.ietf.org/html/bcp47) language code used to localize an issue resolution content. If not set, the result will be in default language `en-US`.
Location : query
Type : string
timeZone
Description : Optional. The [IANA](https://www.iana.org/time-zones) timezone used to localize times in an issue resolution content. For example 'America/Los_Angeles'. If not set, results will use as a default UTC.
Location : query
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/content
Description : 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.
▼ ▲ merchantapi.issueresolution.triggeraction
Path : issueresolution/v1beta/{+name}:triggeraction
Flat Path : issueresolution/v1beta/accounts/{accountsId}:triggeraction
HTTP Method : POST
Parameters :
name
Description : Required. The business's account that is triggering the action. Format: `accounts/{account}`
Pattern : ^accounts/[^/]+$
Location : path
Required : Yes
Type : string
languageCode
Description : Optional. Language code [IETF BCP 47 syntax](https://tools.ietf.org/html/bcp47) used to localize the response. If not set, the result will be in default language `en-US`.
Location : query
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/content
Description : 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.