# BundlesDraftOrderBundleLineItemComponentInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields representing the components of a bundle line item. ### Access Scopes ## Fields * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity of the bundle component. * [uuid](/docs/api/admin-graphql/2024-10/scalars/String): String - The UUID of the bundle component. Must be unique and consistent across requests. This field is mandatory in order to manipulate drafts with bundles. * [variantId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the product variant corresponding to the bundle component. ## Input objects with this input object * [DraftOrderLineItemInput](/docs/api/admin-graphql/2024-10/input-objects/DraftOrderLineItemInput) ## Examples