The input fields to provide the necessary information to remove items from a cart through the deleteCartItems
mutation. By providing the cart ID and the list of items to be removed, the API can update the cart by removing the specified items.
DeleteCartLinesInput
object containing the list of items to be removed from the cart.