This complex types defines the resource (such as an API method) for which the rate-limit data is returned.
A method is included in an API, and an API is part of an API context for the API version specified.
Type that uses RateLimit
Calls that use RateLimit
Fields
apiContext
The context of the API for which rate-limit data is returned. For example
buy
, sell
, commerce
, or developer
.apiName
The name of the API for which rate-limit data is returned. For example
browse
for the Buy API, inventory
for the Sell API, or taxonomy
for the Commerce API.resources
array of Resource
A list of the methods for which rate-limit data is returned. For example
item
for the Feed API, getOrder
for the Fulfillment API, and getProduct
for the Catalog API.