API quota usage
list_method_quotasCheck Merchant API quota usage against daily and per-minute limits per method group. Diagnose HTTP 429 RESOURCE_EXHAUSTED errors and identify available headroom before hitting limits.
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. |