Disable ItemRevised notification for certain types of revision
Whenever I start/end a promotional sale, I get an ItemRevised notification for EVERY single listing since the sale price changes. Is there any way to control what constitutes an item revision or is there a way to determine what cause the ItemRevised notification to be sent?
Thanks for the help in advance!
lev449
Posted 2 years ago·Last reply 2 years ago
2 comments
developer_support@ebay
You can unsubscribe to Platform Notifications by setting the EventEnable to Disable in SetNotificationPreferences call.
Here's a sample request to disable notifications for a User Token:
This will disable the specific notification event for the user.
lev449
OP2 years agoThanks for the reply!
This isn't quite what I need. I understand I can disable whole notifications. I am wondering if within a ItemRevision notification, I can disable what triggers ItemRevision. For example, if I change the item specifics of the listing, I still get the notification but if the sale price changes because of the start/end of a promotional sale, I do not receive a notification.