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

    Detailed information about the export.

    interface Export {
        errorMessage?: string;
        exportId?: string;
        generateExportFinishedAt?: string;
        generateExportStartedAt?: string;
        invoicesDocumentIds?: string[];
        status?: ExportStatus;
    }
    Index

    Properties

    errorMessage?: string

    When the export generation fails, this attribute contains a description of the error.

    exportId?: string

    The export identifier.

    generateExportFinishedAt?: string

    The date and time when the export generation finished. Vales are in ISO 8601 date-time format.

    generateExportStartedAt?: string

    The date and time when the export generation started. Values are in ISO 8601 date-time format.

    invoicesDocumentIds?: string[]

    The identifier for the export documents. To get the information required to retrieve the export document's contents, pass each ID in the getInvoicesDocument operation. This list is empty until the status is DONE.

    status?: ExportStatus