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](/../api/projects/shippingMethods#get-shippingmethods-for-an-orderedit) request.
interface EditPreviewFailedError {
    code: "EditPreviewFailed";
    message: string;
    result: OrderEditPreviewFailure;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "EditPreviewFailed"
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.

Generated using TypeDoc