# FulfillmentOrderLineItemInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields used to include the quantity of the fulfillment order line item that should be fulfilled. ### Access Scopes ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the fulfillment order line item. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity of the fulfillment order line item. ## Input objects with this input object * [FulfillmentOrderHoldInput](/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderHoldInput) * [FulfillmentOrderLineItemsInput](/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderLineItemsInput) * [FulfillmentOrderMergeInputMergeIntent](/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderMergeInputMergeIntent) * [FulfillmentOrderSplitInput](/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderSplitInput) * [fulfillmentOrderMove](/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderMove) * [fulfillmentOrderSubmitFulfillmentRequest](/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderSubmitFulfillmentRequest) ## Examples