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
, developer
or tradingapi
.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, taxonomy
for the Commerce API, or tradingapi
for Trading 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, getProduct
for the Catalog API, AddItems
for the Trading API.