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

    Variable GovernmentInvoiceCreationStatusConst

    GovernmentInvoiceCreationStatus: {
        Error: "ERROR";
        Processing: "PROCESSING";
        Success: "SUCCESS";
    } = ...

    The current status of a government invoice creation request.

    Type Declaration

    • ReadonlyError: "ERROR"
    • ReadonlyProcessing: "PROCESSING"
    • ReadonlySuccess: "SUCCESS"