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

getFeedDocument

Returns the information required for retrieving a feed document's contents.

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.

Path Params
string
required

The identifier of the feed document.

Responses

Response body
object
string
required

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

string
required

A presigned URL for the feed document. If compressionAlgorithm is not returned, you can download the feed directly from this URL. This URL expires after 5 minutes.

string

If the feed document contents have been compressed, the compression algorithm used is returned in this property and you must decompress the feed when you download. Otherwise, you can download the feed directly. Refer to Step 7. Download the feed processing report in the use case guide, where sample code is provided.

GZIP

Show Details
GZIPThe gzip compression algorithm.
Headers
object
string

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

string

Unique request reference identifier.

Language