Feature: Sync MWS Shipment with Database

Various restructuring and misc. features added.
Removed reliance on ABrain Amazon MWS NuGet package, added Amazon's own C# lib
This commit is contained in:
Bobbie Hodgetts
2019-06-24 16:01:50 +01:00
committed by GitHub
parent bc44546efd
commit 116aedb897
27 changed files with 2236 additions and 289 deletions

View File

@@ -1,8 +1,8 @@
using bnhtrade.ComTypeLib.Credential;
using System;
using System.Runtime.InteropServices;
using Core.EbayQuery;
using System.IO;
using bnhtrade.Core.EbayQuery;
namespace bnhtrade.ComTypeLib.Ebay
{