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

    Interface EditPreviewFailedError

    Returned when a preview to find an appropriate Shipping Method for an OrderEdit could not be generated.

    The error is returned as a failed response to the [Get Shipping Methods for an OrderEdit](ctp:api:endpoint:/{projectKey}/shipping-methods/matching-orderedit:GET) request.
    
    interface EditPreviewFailedError {
        code: "EditPreviewFailed";
        message: string;
        result: OrderEditPreviewFailure;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "EditPreviewFailed"

    Error identifier.

    message: string

    "Error while applying staged actions. ShippingMethods could not be determined."

    State of the OrderEdit where the stagedActions cannot be applied to the Order.