Merchant API (merchantapi:issueresolution_v1beta)

2025-05-28

1 removed method

Deletions

    Methods
  • merchantapi.accounts.aggregateProductStatuses.list

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

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