Interface OrderShippingAddressSetMessagePayload

Generated after a successful Set Shipping Address update action.

interface OrderShippingAddressSetMessagePayload {
    address?: Address;
    oldAddress?: Address;
    type: "OrderShippingAddressSet";
}

Properties

address?: Address

Shipping address on the Order after the Set Shipping Address update action.

oldAddress?: Address

Shipping address on the Order before the Set Shipping Address update action.

type: "OrderShippingAddressSet"

Generated using TypeDoc