Generated after a successful Set Shipping Method and Set Custom Shipping Method update actions.

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

Properties

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

Generated using TypeDoc