HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

getFeeds

Returns feed details for the feeds that match the filters that you specify.

Usage Plan:

Rate (requests per second)Burst
0.022210

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.

Query Params
array of strings
length between 1 and 10

A list of feed types used to filter feeds. When feedTypes is provided, the other filter parameters (processingStatuses, marketplaceIds, createdSince, createdUntil) and pageSize may also be provided. Either feedTypes or nextToken is required.

feedTypes
array of strings
length between 1 and 10

A list of marketplace identifiers used to filter feeds. The feeds returned will match at least one of the marketplaces that you specify.

marketplaceIds
integer
1 to 100
Defaults to 10

The maximum number of feeds to return in a single call.

array of strings
length ≥ 1

A list of processing statuses used to filter feeds.

Show Details
CANCELLEDThe feed was cancelled before it started processing.
DONEThe feed has completed processing. Examine the contents of the result document to determine if there were any errors during processing.
FATALThe feed was aborted due to a fatal error. Some, none, or all of the operations within the feed may have completed successfully.
IN_PROGRESSThe feed is being processed.
IN_QUEUEThe feed has not yet started processing. It may be waiting for another IN_PROGRESS feed.
processingStatuses
date-time

The earliest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is 90 days ago. Feeds are retained for a maximum of 90 days.

date-time

The latest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is now.

string

A string token returned in the response to your previous request. nextToken is returned when the number of results exceeds the specified pageSize value. To get the next page of results, call the getFeeds operation and include this token as the only parameter. Specifying nextToken with any other parameters will cause the request to fail.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json