Blame | Last modification | View Log | RSS feed
eBay Platform Notifications ListenerWritten in PHP 5 using ext/soapby Adam TrachtenbergSample code to process eBay Platform Notifications using the PHP 5ext/soap extension.listener.phpReceives the notifications from eBay, validates the message signature,and allows you to act on them.generator.phpSends notifications on demand to your listener. Allows you to testyour listener code without going to eBay and triggering them manually.SetNotificationPreferences.phpTell eBay where it should send notifications. Also use it tosubscribe to specific notification types on behalf of a member.GetNotificationPreferences.phpCheck your eBay notification settings.eBaySOAP.phpHelper files to make eBay Trading Service API calls and a base classshared across the Platform Notification listener and generator.ebay.iniConfiguration file for keys and tokens.notifications/*.xmlSample notifications used by generator.phpplatform-notifications.txtExplains whys and hows of using notifications. Unfinished.