Beispiel #1
0
 public int catalogProductUpdate(string sessionId, string product, catalogProductCreateEntity productData, string storeView)
 {
     object[] results = this.Invoke("catalogProductUpdate", new object[] {
                 sessionId,
                 product,
                 productData,
                 storeView});
     return ((int)(results[0]));
 }
Beispiel #2
0
 /// <remarks/>
 public System.IAsyncResult BegincatalogProductUpdate(string sessionId, string product, catalogProductCreateEntity productData, string storeView, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("catalogProductUpdate", new object[] {
                 sessionId,
                 product,
                 productData,
                 storeView}, callback, asyncState);
 }
Beispiel #3
0
 public int catalogProductCreate(string sessionId, string type, string set, string sku, catalogProductCreateEntity productData)
 {
     object[] results = this.Invoke("catalogProductCreate", new object[] {
                 sessionId,
                 type,
                 set,
                 sku,
                 productData});
     return ((int)(results[0]));
 }
Beispiel #4
0
 /// <remarks/>
 public System.IAsyncResult BegincatalogProductCreate(string sessionId, string type, string set, string sku, catalogProductCreateEntity productData, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("catalogProductCreate", new object[] {
                 sessionId,
                 type,
                 set,
                 sku,
                 productData}, callback, asyncState);
 }