Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for getFeedDocument operation in FeedsApi.

    interface FeedsApiGetFeedDocumentRequest {
        enableContentEncodingUrlHeader?: boolean;
        feedDocumentId: string;
    }
    Index

    Properties

    enableContentEncodingUrlHeader?: boolean

    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.

    feedDocumentId: string

    The identifier of the feed document.