Method: accounts.quotas.list
판매자 센터 계정의 일일 통화 할당량 및 그룹별 사용량을 표시합니다.
HTTP 요청
GET https://merchantapi.googleapis.com/quota/v1beta/{parent=accounts/*}/quotas
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 |
parent |
string
필수 항목입니다. 방식 할당량 모음을 소유한 판매자 계정 형식: accounts/{account}
|
쿼리 매개변수
매개변수 |
pageSize |
integer
선택사항입니다. 페이징에 사용되는 응답에서 반환할 최대 할당량 수입니다. 기본값은 500이며, 1,000을 초과하는 값은 1,000으로 변환됩니다.
|
pageToken |
string
선택사항입니다. 후속 페이지를 검색하기 위한 토큰 (제공된 경우)입니다. 다른 모든 매개변수는 페이지 토큰을 제공한 원래 호출과 일치해야 합니다.
|
응답 본문
ListMethodGroups 메서드의 응답 메시지입니다.
성공한 경우 응답 본문은 다음과 같은 구조의 데이터를 포함합니다.
JSON 표현 |
{
"quotaGroups": [
{
object (QuotaGroup )
}
],
"nextPageToken": string
} |
필드 |
quotaGroups[] |
object (QuotaGroup )
각 그룹의 방법, 현재 할당량 사용량, 한도입니다. 할당량은 그룹의 모든 메서드 간에 공유됩니다. 그룹은 quotaUsage 를 기준으로 내림차순으로 정렬됩니다.
|
nextPageToken |
string
다음 페이지를 검색하기 위해 pageToken 으로 전송할 수 있는 토큰입니다. 이 필드를 생략하면 후속 페이지가 표시되지 않습니다.
|
승인 범위
다음 OAuth 범위가 필요합니다.
https://www.googleapis.com/auth/content
자세한 내용은 OAuth 2.0 Overview를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-01-23(UTC)
[null,null,["최종 업데이트: 2025-01-23(UTC)"],[[["Lists the daily call quota and usage per group for a given Merchant Center account."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."],["Uses a `GET` request to the `https://merchantapi.googleapis.com/quota/v1beta/{parent=accounts/*}/quotas` endpoint."],["Accepts optional query parameters for pagination: `pageSize` and `pageToken`."],["Returns a response body containing quota groups, their usage, and a token for retrieving subsequent pages."]]],["This document outlines how to retrieve daily call quota and usage per group for a Merchant Center account using the `GET` request: `https://merchantapi.googleapis.com/quota/v1beta/{parent=accounts/*}/quotas`. The `parent` path parameter specifies the account. Optional query parameters `pageSize` (default 500, max 1000) and `pageToken` handle pagination. The request body must be empty. The response, formatted as JSON, includes `quotaGroups` with usage data and `nextPageToken` for further pages. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]