Example #1
0
 public bool shoppingCartCustomerSet(string sessionId, int quoteId, shoppingCartCustomerEntity customer, string storeId)
 {
     object[] results = this.Invoke("shoppingCartCustomerSet", new object[] {
                 sessionId,
                 quoteId,
                 customer,
                 storeId});
     return ((bool)(results[0]));
 }
Example #2
0
 /// <remarks/>
 public System.IAsyncResult BeginshoppingCartCustomerSet(string sessionId, int quoteId, shoppingCartCustomerEntity customer, string storeId, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("shoppingCartCustomerSet", new object[] {
                 sessionId,
                 quoteId,
                 customer,
                 storeId}, callback, asyncState);
 }