# CartLineInput - storefront - INPUT_OBJECT Version: 2024-10 ## Description The input fields to create a merchandise line on a cart. ### Access Scopes ## Fields * [attributes](/docs/api/storefront/2024-10/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/2024-10/scalars/ID): ID! - The ID of the merchandise that the buyer intends to purchase. * [quantity](/docs/api/storefront/2024-10/scalars/Int): Int - The quantity of the merchandise. * [sellingPlanId](/docs/api/storefront/2024-10/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/2024-10/input-objects/CartInput) * [cartLinesAdd](/docs/api/storefront/2024-10/mutations/cartLinesAdd) ## Examples