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

    An object that contains the documentId and an S3 pre-signed URL that you can use to download the specified file.

    interface InvoicesDocument {
        invoicesDocumentId?: string;
        invoicesDocumentUrl?: string;
    }
    Index

    Properties

    invoicesDocumentId?: string

    The identifier of the export document.

    invoicesDocumentUrl?: string

    A pre-signed URL that you can use to download the invoices document in zip format. This URL expires after 30 seconds.