Amazon Selling Partner API (SP-API) SDK for TypeScript
    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
    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.