Interface BusinessUnitShippingAddressAddedMessagePayload

Generated after a successful Add Shipping Address Identifier update action.

interface BusinessUnitShippingAddressAddedMessagePayload {
    address: Address;
    type: "BusinessUnitShippingAddressAdded";
}

Properties

Properties

address: Address

The address that was added to the Business Unit as shipping address.

type: "BusinessUnitShippingAddressAdded"

Generated using TypeDoc