Added core pricing metafield and status check job

This commit is contained in:
2020-05-07 21:33:16 -04:00
parent ef5e4422c0
commit 9d3eac20dc
19 changed files with 341 additions and 119 deletions

View File

@@ -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; }
}
}

View File

@@ -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; }