Interface BusinessUnitDefaultShippingAddressSetMessagePayload

Generated after a successful Set Default Shipping Address update action.

interface BusinessUnitDefaultShippingAddressSetMessagePayload {
    address?: Address;
    type: "BusinessUnitDefaultShippingAddressSet";
}

Properties

Properties

address?: Address

The address that was set as the default shipping address.

type: "BusinessUnitDefaultShippingAddressSet"

Generated using TypeDoc