할당량 및 한도
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
CSS API는 일부 기능에 할당량과 엄격한 제한을 적용합니다. 다음 표에 표시된 할당량 및 한도는 CSS API를 사용하는 애플리케이션을 개발하는 데 도움을 주기 위해 제공됩니다. 모든 할당량 및 한도는 언제든지 고지 없이 삭제, 축소 또는 변경될 수 있습니다.
할당량 사용량 확인
accounts.quotas.list
메서드를 사용하여 현재 할당량 사용량을 확인할 수 있습니다. 이 메서드를 사용하면 계정의 현재 할당량 사용량을 검색할 수 있습니다.
할당량 검색을 실행하는 방법은 이 샘플을 참고하세요.
할당량 정책
변경되지 않은 제품은 업데이트하지 마세요. 제품이 만료되지 않도록 업데이트를 전송해야 하는 경우 일주일에 한 번 업데이트하면 충분합니다.
메서드 호출 할당량
다음 한도는 CSS Center 계정의 기본 메서드 호출 할당량입니다.
- 분당 할당량을 초과하는 사용자에게는
quota/request_rate_too_high
오류가 표시됩니다.
- 일일 할당량을 초과하는 사용자에게는
quota/daily_limit_exceeded
오류가 표시됩니다.
다음과 같은 몇 가지 유의사항이 있습니다.
- 여기서 할당량은 메서드별로 적용됩니다. 예를 들어
get
메서드에는 update
메서드와 별도의 호출 할당량이 있지만 할당량의 크기는 동일합니다.
- 호출은 영향을 받는 계정의 할당량에 반영됩니다. 제품 관련 작업의 경우 CSS 도메인 계정이 되고 계정 목록 작업의 경우 목록이 호출되는 계정에 따라 달라집니다.
기본 한도는 다음과 같습니다.
리소스 |
메서드 |
분당 |
하루 할당량 |
accounts |
모든 메서드 |
1,000 |
10,000 |
labels |
모든 메서드 |
1,000 |
10,000 |
cssProductInputs |
모든 메서드 |
60,000 |
20,000,000 |
cssProducts |
모든 메서드 |
60,000 |
20,000,000 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eThe CSS API has quotas and limitations on certain features that can change without notice.\u003c/p\u003e\n"],["\u003cp\u003eTo avoid quota issues, minimize unnecessary product updates and aim for weekly updates if required.\u003c/p\u003e\n"],["\u003cp\u003eCSS Center accounts have default method call quotas, exceeding which results in specific errors.\u003c/p\u003e\n"],["\u003cp\u003ePer-method quotas apply, meaning each API method like \u003ccode\u003eget\u003c/code\u003e or \u003ccode\u003eupdate\u003c/code\u003e has its own quota limit.\u003c/p\u003e\n"],["\u003cp\u003eDefault quota limits are 20,000 calls per minute and 20,000,000 calls per day for both \u003ccode\u003ecssProductInputs\u003c/code\u003e and \u003ccode\u003ecssProducts\u003c/code\u003e resources.\u003c/p\u003e\n"]]],[],null,["# Quotas and Limits\n\nThe CSS API imposes quotas and hard limitations on some\nfeatures. The quotas and limits shown in the following table are provided\nsolely to assist you in\ndeveloping applications that use the CSS API. All quotas and\nlimits are subject to elimination, reduction, or change at any time, without\nnotice.\n\nCheck your quota usage\n----------------------\n\nYou can check your current quota usage using the\n[`accounts.quotas.list`](/comparison-shopping-services/api/reference/rest/v1/accounts.quotas/list)\nmethod. This method lets you retrieve the current quota usage for your account.\nSee this [sample](/comparison-shopping-services/api/code-samples/quotas/list-quota-groups)\nto learn how to perform this quota retrieval.\n\nQuota policy\n------------\n\nDon't update your products if they are unchanged. If you need to send updates to\nkeep a product from expiring, doing so once a week is enough.\n\nMethod call quotas\n------------------\n\nThe following limits are the default method call quotas for CSS Center\naccounts.\n\n- Users exceeding the per minute quota receive `quota/request_rate_too_high` errors.\n- Users exceeding the per day quota receive `quota/daily_limit_exceeded` errors.\n\nHere are some things to keep in mind:\n\n- The quotas here are per-method. For example, the `get` method has a separate quota of calls from the `update` method, though the size of those quotas is the same.\n- Calls count against the quota of the affected account. For product related operations this will be the CSS Domain account, for account list operation it depends on the account the list is called on.\n\nHere are the default limits:\n\n| Resource | Method | Per minute | Per day |\n|---------------------------------------------------------------------------------------------------|-------------|------------|------------|\n| [accounts](/comparison-shopping-services/api/reference/rest/v1/accounts) | All Methods | 1,000 | 10,000 |\n| [labels](/comparison-shopping-services/api/reference/rest/v1/accounts.labels) | All Methods | 1,000 | 10,000 |\n| [cssProductInputs](/comparison-shopping-services/api/reference/rest/v1/accounts.cssProductInputs) | All Methods | 60,000 | 20,000,000 |\n| [cssProducts](/comparison-shopping-services/api/reference/rest/v1/accounts.cssProducts) | All Methods | 60,000 | 20,000,000 |"]]