Error: Code 37: Input data for tag <ApplicationDeliveryPreferences.AlertEmail> is invalid or missing Home Knowledge Base Error: Code 37: Input data for tag <ApplicationDeliveryPreferences.AlertEmail> is invalid or missing Find the answer to your question
Advanced Search Product -Select Product- GDPR Trading API Shopping API Merchandising API Feedback API Finding API Product Services Sandbox Others MIP Media API Notification API Identity API Charity API Taxonomy API Catalog API Recommendation API Compliance API Logistics API Finances API(Alpha) Negotiation API Sell Feed API Marketing Ads API Account API Inventory API Fulfillment API Marketing Promotion API Analytics API Metadata API Offer API Marketplace Insights API Deal API Marketing API Feed API Browse API Order API Analytics API Key Management API Cancellation API Case Management API Inquiry API Return API Category -Select- Getting Started Sample Code Troubleshooting HowTo's / Best Practices No Value
Language -Select- C# Flex Java JavaScript PHP VB.NET VB6
Format -Select- All XML SOAP JSON Name Value N/A
SDK -Select- .NET Java JavaScript Flax/Flash Mobile - iOS None
Sort by Default Summary New Description Date Updated
Sort order Descending Ascending
Search
Published: June 29 2006, 1:25:00 PM Updated: July 25 2022, 5:25:38 PM
If you are receiving this error message from your SetNotificationPreferences call, it is likely because you are specifying the AlertEmail incorrectly. The Alert Email needs to have a mailto in front of it, in the form mailto://youremailaddress @yoursite.com.
An example of a valid request is :
<?xml version="1.0" encoding="utf-8"?>
<SetNotificationPreferencesRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<RequesterCredentials>
<eBayAuthToken>x</eBayAuthToken>
</RequesterCredentials>
<ApplicationDeliveryPreferences>
<AlertEmail>mailto://youremailaddress @yoursite.com</AlertEmail>
<AlertEnable>Enable</AlertEnable>
<ApplicationEnable>Enable</ApplicationEnable>
<ApplicationURL>http://yourlistener.com/ </ApplicationURL>
</ApplicationDeliveryPreferences>
</SetNotificationPreferencesRequest>
Please note that the AlertEmail and AlertEnable are optional tags, and do not need to be specified.
Additional Keywords:
SetNotificationPreferences
Notifications
Subscribe
How well did this answer your question? Answers others found helpful