The object that is returned by a successful getFeedType or getFeedTypes search describing the characteristics of a feed type.
Type that uses SupportedFeed
Calls that use SupportedFeed
Fields
authorizationScopes
array of string
The oauth authorization scopes which grant access to the feed files.
Currently the only applicable authorization scope is
Note: You can view your application's oauth scopes on the Application Keys page.
Currently the only applicable authorization scope is
https://api.ebay.com/oauth/api_scope/buy.item.feed
.Note: You can view your application's oauth scopes on the Application Keys page.
constraint
This container shows the eBay marketplaces that support the corresponding feed type. If no constraints are returned, all marketplaces are supported.
feedScope
Specifies the frequency with which the feed file is made available (
Currently only
HOURLY
, DAILY
, WEEKLY
).Currently only
DAILY
and HOURLY
are supported.lookBack
How far back from the current time to limit the returned feed files. The returned feed files will be those generated between the current time and the look-back time.
Example: A value of
Example: A value of
120
will limit the returned feed files to those generated in the past 2 hours (120 minutes). If 3 feed files have been generated in the past 2 hours, those 3 files will be returned. A feed file generated 4 hours earlier will not be returned.supportedSchemas
array of SupportedSchema
An array of the supported Feed API schemas for this feed type.