# CartLineInput - storefront - INPUT_OBJECT
Version: 2025-04

## Description
The input fields to create a merchandise line on a cart.

### Access Scopes



## Fields
* [attributes](/docs/api/storefront/2025-04/input-objects/AttributeInput): AttributeInput - An array of key-value pairs that contains additional information about the merchandise line.

The input must not contain more than `250` values.
* [merchandiseId](/docs/api/storefront/2025-04/scalars/ID): ID! - The ID of the merchandise that the buyer intends to purchase.
* [quantity](/docs/api/storefront/2025-04/scalars/Int): Int - The quantity of the merchandise.
* [sellingPlanId](/docs/api/storefront/2025-04/scalars/ID): ID - The ID of the selling plan that the merchandise is being purchased with.


## Input objects with this input object
* [CartInput](/docs/api/storefront/2025-04/input-objects/CartInput)
* [cartLinesAdd](/docs/api/storefront/2025-04/mutations/cartLinesAdd)


## Examples