> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "DeleteCartLinesInput"
description: "The input fields to specify the products that need to be removed from the cart."
---

## Fields

***

<ParamField path="shopifyProducts" type={<a href="/api-reference/shopifyvariantidinput">ShopifyVariantIDInput!</a>} required>
  An array of [`ShopifyVariantIDInput`](/api-reference/shopifyvariantidinput) objects, representing the Shopify product variants to be removed from the cart.
</ParamField>

<ParamField path="amazonProducts" type={<a href="/api-reference/amazonproductidinput">AmazonProductIDInput!</a>} required>
  An array of [`AmazonProductIDInput`](/api-reference/amazonproductidinput) objects, representing the Amazon products to be removed from the cart.
</ParamField>

## Mutations

* [`deleteCartItems`](/api-reference/deletecartitems)

***

## Related types

* [`ShopifyVariantIDInput`](/api-reference/shopifyvariantidinput)
* [`AmazonProductIDInput`](/api-reference/amazonproductidinput)


---

*Powered by [holocron.so](https://holocron.so)*
