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

    Variable ElectronicInvoiceStatusConst

    ElectronicInvoiceStatus: {
        Accepted: "Accepted";
        Errored: "Errored";
        NotFound: "NotFound";
        NotRequired: "NotRequired";
        Processing: "Processing";
    } = ...

    The status of the electronic invoice. Only available for Easy Ship orders and orders in the BR marketplace.

    Type Declaration

    • ReadonlyAccepted: "Accepted"
    • ReadonlyErrored: "Errored"
    • ReadonlyNotFound: "NotFound"
    • ReadonlyNotRequired: "NotRequired"
    • ReadonlyProcessing: "Processing"