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

    Request parameters for getReportDocument operation in ReportsApi.

    interface ReportsApiGetReportDocumentRequest {
        enableContentEncodingUrlHeader?: boolean;
        reportDocumentId: 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.

    reportDocumentId: string

    The identifier for the report document.