Пример #1
0
 public bool catalogProductCustomOptionValueUpdate(string sessionId, string valueId, catalogProductCustomOptionValueUpdateEntity data, string storeId)
 {
     object[] results = this.Invoke("catalogProductCustomOptionValueUpdate", new object[] {
                 sessionId,
                 valueId,
                 data,
                 storeId});
     return ((bool)(results[0]));
 }
Пример #2
0
 /// <remarks/>
 public System.IAsyncResult BegincatalogProductCustomOptionValueUpdate(string sessionId, string valueId, catalogProductCustomOptionValueUpdateEntity data, string storeId, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("catalogProductCustomOptionValueUpdate", new object[] {
                 sessionId,
                 valueId,
                 data,
                 storeId}, callback, asyncState);
 }