Beispiel #1
0
 public int catalogProductAttributeTierPriceUpdate(string sessionId, string productId, catalogProductTierPriceEntity[] tier_price)
 {
     object[] results = this.Invoke("catalogProductAttributeTierPriceUpdate", new object[] {
                 sessionId,
                 productId,
                 tier_price});
     return ((int)(results[0]));
 }
Beispiel #2
0
 /// <remarks/>
 public System.IAsyncResult BegincatalogProductAttributeTierPriceUpdate(string sessionId, string productId, catalogProductTierPriceEntity[] tier_price, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("catalogProductAttributeTierPriceUpdate", new object[] {
                 sessionId,
                 productId,
                 tier_price}, callback, asyncState);
 }