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

    The response for the getDocument operation.

    interface GetDocumentResponse {
        documentId: string;
        documentUrl: string;
    }
    Index

    Properties

    documentId: string

    The identifier for the Data Kiosk document. This identifier is unique only in combination with a selling partner account ID.

    documentUrl: string

    A presigned URL that can be used to retrieve the Data Kiosk document. This URL expires after 5 minutes. If the Data Kiosk document is compressed, the Content-Encoding header will indicate the compression algorithm. Note: Most HTTP clients are capable of automatically decompressing downloaded files based on the Content-Encoding header.