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