--- title: CartLineParentInput - Storefront API description: The parent line item of the cart line. api_version: 2025-10 api_name: storefront type: input-object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/input-objects/CartLineParentInput md: >- https://shopify.dev/docs/api/storefront/latest/input-objects/CartLineParentInput.md --- # Cart​Line​Parent​Input input\_object The parent line item of the cart line. ## Fields * line​Id [ID](https://shopify.dev/docs/api/storefront/latest/scalars/ID) The id of the parent line item. * merchandise​Id [ID](https://shopify.dev/docs/api/storefront/latest/scalars/ID) The ID of the parent line merchandise. *** ## Input objects using this input * [Cart​Line​Input.parent](https://shopify.dev/docs/api/storefront/latest/input-objects/CartLineInput#fields-parent) INPUT OBJECT The input fields to create a merchandise line on a cart. *** ## Map ### Input objects using this input * [Cart​Line​Input.parent](https://shopify.dev/docs/api/storefront/latest/input-objects/CartLineInput#fields-parent)