Merchant API (merchantapi:quota_v1beta)

2024-06-14

1 new method | New API

Additions

    Methods
  • merchantapi.accounts.quotas.list

      Path: quota/v1beta/{+parent}/quotas

      Flat Path: quota/v1beta/accounts/{accountsId}/quotas

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. The merchant account who owns the collection of method quotas Format: accounts/{account}

          Pattern: ^accounts/[^/]+$

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: Optional. The maximum number of quotas to return in the response, used for paging. Defaults to 500; values above 1000 will be coerced to 1000.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: Optional. Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Lists the daily call quota and usage per group for your Merchant Center account.