v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Feeds v2021-06-30

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.

get/feeds/2021-06-30/documents/{feedDocumentId}

Path parameters

feedDocumentIdstring required

The identifier of the feed document.

Query parameters

enableContentEncodingUrlHeaderboolean

When true, the Content-Encoding header on the returned URL is set to gzip instead of the default identity when compressionAlgorithm is GZIP. This allows automatic decompression by HTTP clients.

Response

Success.

feedDocumentIdstring required

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

urlstring 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.

compressionAlgorithm'GZIP'

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.