Exemple #1
0
 public static IEnumerable Shop_GetTransactions(string StoreName, string APIKey, string Password, long OrderID, long SinceID)
 {
     ShopifyClient sp = new ShopifyClient(StoreName, APIKey, Password);
     return sp.GetTransactions(OrderID, SinceID);
 }