Ejemplo n.º 1
0
 public static string UpdateShopifyInventory(AcumaticaStockItem item)
 {
     return($"Updating {item.LogDescriptor()}");
 }
Ejemplo n.º 2
0
 public static string DetectedChangeToStockItem(AcumaticaStockItem item)
 {
     return($"Detected change to {item.LogDescriptor()}");
 }
Ejemplo n.º 3
0
 public static string UpdateShopifyPrice(AcumaticaStockItem item)
 {
     return($"Updating Shopify Price for {item.LogDescriptor()}");
 }
Ejemplo n.º 4
0
 public static string DetectedNewStockItem(AcumaticaStockItem item)
 {
     return($"Detected new {item.LogDescriptor()}");
 }