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 GraphQLEditPreviewFailedError {
    code: "EditPreviewFailed";
    result: OrderEditPreviewFailure;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "EditPreviewFailed"

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

Generated using TypeDoc