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

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

Properties

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