Removes line items from the specified cart.
The removeLineItems()
function returns a Promise that resolves to the updated cart when the line items are removed from the specified cart.
ID of the cart to remove line items from.
IDs of the line items to remove from the cart.