@gradientedge/commercetools-utils
    Preparing search index...

    Interface OrderEditPreviewFailure

    Result of a failed application of stagedActions to the Order. The data is calculated on the fly and is not queryable.

    interface OrderEditPreviewFailure {
        errors: ErrorObject[];
        type: "PreviewFailure";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    errors: ErrorObject[]

    Errors returned.

    type: "PreviewFailure"