SCC_SC_REMOVEITEM

This service operation removes a single or multiple items from the shopping cart for a user.

Once the item is removed from the cart, the service operation retrieves all the remaining cart items for the user and sends them back in the response message. In other words, the response message contains the remaining cart items. However, the response message is blank if the cart is empty after the removal of an item.

Example: A student deletes one or more classes from the enrollment shopping cart. In such a case, the enrollment shopping cart uses the SCC_SC_REMOVEITEM operation to remove a class from the enrollment shopping cart.