<?xml version="1.0" encoding="utf-8"?>
<SetNotificationPreferencesRequest xmlns="urn:ebay:apis:eBLBaseComponents">
	<RequesterCredentials>
		<eBayAuthToken>A*******3</eBayAuthToken>
	</RequesterCredentials>
	<ApplicationDeliveryPreferences>
		<AlertEmail>mailto://a****@*****************.com</AlertEmail>
		<AlertEnable>Enable</AlertEnable>
		<ApplicationEnable>Enable</ApplicationEnable>
		<ApplicationURL>https://m****************.com</ApplicationURL>
		<DeviceType>Platform</DeviceType>
	</ApplicationDeliveryPreferences>
	<UserDeliveryPreferenceArray>
		<NotificationEnable>
			<EventType>BidReceived</EventType>
			<EventEnable>Enable</EventEnable>
		</NotificationEnable>
		<NotificationEnable>
			<EventType>Feedback</EventType>
			<EventEnable>Enable</EventEnable>
		</NotificationEnable>
		<NotificationEnable>
			<EventType>EndOfAuction</EventType>
			<EventEnable>Enable</EventEnable>
		</NotificationEnable>
		<NotificationEnable>
			<EventType>ItemListed</EventType>
			<EventEnable>Enable</EventEnable>
		</NotificationEnable>
	</UserDeliveryPreferenceArray>
</SetNotificationPreferencesRequest>