# BundlesDraftOrderBundleLineItemComponentInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields representing the components of a bundle line item.

### Access Scopes



## Fields
* [quantity](/docs/api/admin/2025-01/scalars/Int): Int! - The quantity of the bundle component.
* [uuid](/docs/api/admin/2025-01/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/2025-01/scalars/ID): ID - The ID of the product variant corresponding to the bundle component.


## Input objects with this input object
* [DraftOrderLineItemInput](/docs/api/admin/2025-01/input-objects/DraftOrderLineItemInput)


## Examples