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

getFeed

Returns feed details (including the resultDocumentId, if available) for the feed that you specify.

Usage Plan:

Rate (requests per second)Burst
215

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.

Path Params
string
required

The identifier for the feed. This identifier is unique only in combination with a seller ID.

Responses

Response body
object
string
required

The identifier for the feed. This identifier is unique only in combination with a seller ID.

string
required

The feed type.

marketplaceIds
array of strings

A list of identifiers for the marketplaces that the feed is applied to.

marketplaceIds
date-time
required

The date and time when the feed was created, in ISO 8601 date time format.

string
required

The processing status of the feed.

CANCELLED DONE FATAL IN_PROGRESS IN_QUEUE

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.
date-time

The date and time when feed processing started, in ISO 8601 date time format.

date-time

The date and time when feed processing completed, in ISO 8601 date time format.

string

The identifier for the feed document. This identifier is unique only in combination with a seller ID.

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language