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

    Interface OrderShippingInfoSetMessagePayload

    Generated after a successful Set ShippingMethod and Set Custom ShippingMethod update actions.

    interface OrderShippingInfoSetMessagePayload {
        oldShippingInfo?: ShippingInfo;
        shippingInfo?: ShippingInfo;
        type: "OrderShippingInfoSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    oldShippingInfo?: ShippingInfo
    shippingInfo?: ShippingInfo
    type: "OrderShippingInfoSet"