This commit is contained in:
2023-03-25 17:50:25 -04:00
parent c9e956d004
commit d95d947bc2
6 changed files with 215 additions and 35 deletions

View File

@@ -40,7 +40,7 @@ namespace PartSource.Automation.Jobs
try
{
products = await _shopifyClient.Products.Get(new Dictionary<string, object> { { "limit", 250 }, { "product_type", "CA111-SC250-FL25049_Entry Ball Joints" } });
products = await _shopifyClient.Products.Get(new Dictionary<string, object> { { "limit", 250 } });
//products = new List<Product>
//{
// await _shopifyClient.Products.GetById(4388919574575)