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