Added core pricing metafield and status check job
This commit is contained in:
@@ -37,5 +37,9 @@ namespace PartSource.Data.Models
|
||||
public string LineCode { get; set; }
|
||||
|
||||
public string PartNumber { get; set; }
|
||||
|
||||
public DateTime? UpdatedAt { get; set; }
|
||||
|
||||
public string UpdateType { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@ namespace PartSource.Data.Models
|
||||
public string SKU { get; set; }
|
||||
public Nullable<decimal> Compare_Price { get; set; }
|
||||
public Nullable<decimal> Your_Price { get; set; }
|
||||
public decimal? Core_Price { get; set; }
|
||||
public string Active { get; set; }
|
||||
|
||||
// public virtual PartData PartData { get; set; }
|
||||
|
||||
@@ -5,11 +5,20 @@
|
||||
<Configurations>Debug;Release;Also Debug</Configurations>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Shopify\**" />
|
||||
<EmbeddedResource Remove="Shopify\**" />
|
||||
<None Remove="Shopify\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.2.0" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.2.0" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
||||
<PackageReference Include="Ratermania.Shopify" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\shopify\Shopify\Shopify.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user