Merchant API (merchantapi:issueresolution_v1)

2025-08-06

4 new methods | New API

Additions

    Methods
  • merchantapi.accounts.aggregateProductStatuses.list

      Path : issueresolution/v1/{+parent}/aggregateProductStatuses

      Flat Path : issueresolution/v1/accounts/{accountsId}/aggregateProductStatuses

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The account to list aggregate product statuses for. Format: `accounts/{account}`

          Pattern : ^accounts/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of aggregate product statuses to return. The service may return fewer than this value. If unspecified, at most 25 aggregate product statuses are returned. The maximum value is 250; values above 250 are coerced to 250.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A page token, received from a previous `ListAggregateProductStatuses` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAggregateProductStatuses` must match the call that provided the page token.

          Location : query

          Type : string

        filter

          Description : Optional. A filter expression that filters the aggregate product statuses. Filtering is only supported by the `reporting_context` and `country` field. For example: `reporting_context = "SHOPPING_ADS" AND country = "US"`.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/content

      Description : Lists the `AggregateProductStatuses` resources for your merchant account. The response might contain fewer items than specified by `pageSize`. If `pageToken` was returned in previous request, it can be used to obtain additional results.

  • merchantapi.issueresolution.renderaccountissues

      Path : issueresolution/v1/{+name}:renderaccountissues

      Flat Path : issueresolution/v1/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/v1/{+name}:renderproductissues

      Flat Path : issueresolution/v1/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/v1/{+name}:triggeraction

      Flat Path : issueresolution/v1/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.