Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface ReportsApiGetReportDocumentRequest

    Request parameters for getReportDocument operation in ReportsApi.

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