The group information for methods in the Merchant API. The quota is shared between all methods in the group. Even if none of the methods within the group have usage the information for the group is returned.
Output only. The current quota usage, meaning the number of calls already made on a given day to the methods in the group. The daily quota limits reset at at 12:00 PM midday UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["\u003cp\u003eQuotaGroup provides information about the daily call quota and usage for methods in the Merchant API, shared among methods within the same group.\u003c/p\u003e\n"],["\u003cp\u003eThe quota limits reset at 12:00 PM midday UTC, and details include the current usage, daily limit, and per-minute limit.\u003c/p\u003e\n"],["\u003cp\u003eMethodDetails provides specific information about each method, including its name, API version, sub-API, and path.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the \u003ccode\u003elist\u003c/code\u003e method to retrieve the daily call quota and usage per group for your Merchant Center account.\u003c/p\u003e\n"]]],["QuotaGroup provides details on API method groups, including `name`, `quotaUsage`, `quotaLimit`, and `quotaMinuteLimit`. `MethodDetails` lists individual method information like `method`, `version`, `subapi`, and `path`. The quota is shared across methods in a group. Quota usage displays the number of daily calls made, with limits resetting at 12:00 PM UTC. A \"list\" method is available to list call quotas.\n"],null,["# REST Resource: accounts.quotas\n\n- [Resource: QuotaGroup](#QuotaGroup)\n - [JSON representation](#QuotaGroup.SCHEMA_REPRESENTATION)\n- [MethodDetails](#MethodDetails)\n - [JSON representation](#MethodDetails.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: QuotaGroup\n--------------------\n\nThe group information for methods in the Merchant API. The quota is shared between all methods in the group. Even if none of the methods within the group have usage the information for the group is returned.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"quotaUsage\": string, \"quotaLimit\": string, \"quotaMinuteLimit\": string, \"methodDetails\": [ { object (/merchant/api/reference/rest/quota_v1beta/accounts.quotas#MethodDetails) } ] } ``` |\n\n| Fields ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the quota group. Format: accounts/{account}/quotas/{group} Note: There is no guarantee on the format of {group} |\n| `quotaUsage` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The current quota usage, meaning the number of calls already made on a given day to the methods in the group. The daily quota limits reset at at 12:00 PM midday UTC. |\n| `quotaLimit` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The maximum number of calls allowed per day for the group. |\n| `quotaMinuteLimit` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The maximum number of calls allowed per minute for the group. |\n| `methodDetails[]` | `object (`[MethodDetails](/merchant/api/reference/rest/quota_v1beta/accounts.quotas#MethodDetails)`)` Output only. List of all methods group quota applies to. |\n\nMethodDetails\n-------------\n\nThe method details per method in the Merchant API.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------|\n| ``` { \"method\": string, \"version\": string, \"subapi\": string, \"path\": string } ``` |\n\n| Fields ||\n|-----------|------------------------------------------------------------------------------------------|\n| `method` | `string` Output only. The name of the method for example `products.list`. |\n| `version` | `string` Output only. The API version that the method belongs to. |\n| `subapi` | `string` Output only. The sub-API that the method belongs to. |\n| `path` | `string` Output only. The path for the method such as `products/v1/productInputs.insert` |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------|----------------------------------------------------------------------------------|\n| ### [list](/merchant/api/reference/rest/quota_v1beta/accounts.quotas/list) | Lists the daily call quota and usage per group for your Merchant Center account. |"]]