public ShoppingCart RemoveShoppingCartItemsRequest(RemoveShoppingCartItemsRequest RemoveShoppingCartItemsRequest)
 {
     object[] results = this.Invoke("RemoveShoppingCartItemsRequest", new object[] {
         RemoveShoppingCartItemsRequest});
     return ((ShoppingCart)(results[0]));
 }
 public System.IAsyncResult BeginRemoveShoppingCartItemsRequest(RemoveShoppingCartItemsRequest RemoveShoppingCartItemsRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("RemoveShoppingCartItemsRequest", new object[] {
         RemoveShoppingCartItemsRequest}, callback, asyncState);
 }