API quota usage
list_method_quotasView Merchant API quota usage and limits per method group to diagnose HTTP 429 errors and assess remaining capacity.
Instructions
Shows the account's Merchant API usage vs limits per method group (quota sub-API): quotaGroups[] with name, quotaUsage, quotaLimit (per day), quotaMinuteLimit and methodDetails[] listing the methods in each group. Daily counters reset at 12:00 UTC — midday, not midnight. Use it to diagnose HTTP 429 RESOURCE_EXHAUSTED errors and to see how much headroom is left.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default. | |
| page_size | No | Max quota groups per page. | |
| page_token | No | nextPageToken from the previous response. All other parameters must be identical to the previous call. |