> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CartItemsInput

> The input fields to gather and organize the items a buyer wants to add or update in their cart, taking into account the specific platform the products are from (Amazon or Shopify). By including both Amazon and Shopify items, this input object allows the Rye's Sell Anything API to handle products from different platforms within a single cart, enabling a more seamless and integrated shopping experience for the user.

## Fields

***

<ParamField path="amazonCartItemsInput" type={<><a href="/docs/api-reference/amazoncartitemsinput">AmazonCartItemsInput!</a></>} required>
  This is an array of [`AmazonCartItemsInput`](/docs/api-reference/amazoncartitemsinput) objects.
</ParamField>

<ParamField path="shopifyCartItemsInput" type={<><a href="/docs/api-reference/shopifycartitemsinput">ShopifyCartItemsInput!</a></>} required>
  This is an array of [`ShopifyCartItemsInput`](/docs/api-reference/shopifycartitemsinput) objects.
</ParamField>

## Mutations

* [`createCart`](/docs/api-reference/createcart)
* [`addCartItems`](/docs/api-reference/addcartitems)
* [`updateCartItems`](/docs/api-reference/updatecartitems)

## Related types

* [`AmazonCartItemsInput`](/docs/api-reference/amazoncartitemsinput)
* [`ShopifyCartItemsInput`](/docs/api-reference/shopifycartitemsinput)
