mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-25 17:17:15 +00:00
Migration from Amazon MWS to Selling Partner API
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using Amazon;
|
||||
using FikaAmazonAPI.NotificationMessages;
|
||||
using FikaAmazonAPI.Parameter.Notification;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FikaAmazonAPI.SampleCode
|
||||
{
|
||||
public class CustomMessageReceiver : IMessageReceiver
|
||||
{
|
||||
|
||||
public void ErrorCatch(Exception ex)
|
||||
{
|
||||
//Your code here
|
||||
}
|
||||
|
||||
public void NewMessageRevicedTriger(NotificationMessageResponce message)
|
||||
{
|
||||
//Your Code here
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user