Typescript SDK Type Docs
    Preparing search index...

    Interface ShippingMethodDoesNotMatchCart

    Generated when the selected Shipping Method does not match the Cart anymore.

    interface ShippingMethodDoesNotMatchCart {
        code: "shipping_method_does_not_match_cart";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "shipping_method_does_not_match_cart"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Selected shipping method no longer matches cart.

    severity: string

    info