mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-21 23:37:16 +00:00
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:
15
src/bnhtrade.Core/Model/SKU/SKUInfo.cs
Normal file
15
src/bnhtrade.Core/Model/SKU/SKUInfo.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace bnhtrade.Core.Model.SKU
|
||||
{
|
||||
class SKUInfo
|
||||
{
|
||||
public string SkuNumber { get; set; }
|
||||
public string AmazonFNSKU { get; set; }
|
||||
public bool IsActive { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user