Merchant API (merchantapi:accounts_v1)

2025-11-20

2 removed methods

Deletions

    Methods
  • merchantapi.accounts.limits.get

      Path : accounts/v1/{+name}

      Flat Path : accounts/v1/accounts/{accountsId}/limits/{limitsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The name of the limit to retrieve. Format: `accounts/{account}/limits/{limit}` For example: `accounts/123/limits/products~ADS_NON_EEA`

          Pattern : ^accounts/[^/]+/limits/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Retrieves an account limit.

  • merchantapi.accounts.limits.list

      Path : accounts/v1/{+parent}/limits

      Flat Path : accounts/v1/accounts/{accountsId}/limits

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The parent account. Format: `accounts/{account}`

          Pattern : ^accounts/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of limits to return. The service may return fewer than this value. If unspecified, at most 100 limits will be returned. The maximum value is 100; values above 100 will be coerced to 100.

          Location : query

          Type : integer

          Format : int32

        pageToken

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

          Location : query

          Type : string

        filter

          Description : Required. A filter on the limit `type` is required, for example, `type = "products"`.

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : Lists the limits of an account.