--- title: FulfillmentOrderLineItemInput - GraphQL Admin description: >- The input fields used to include the quantity of the fulfillment order line item that should be fulfilled. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderLineItemInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderLineItemInput.txt --- # Fulfillment​Order​Line​Item​Input input\_object The input fields used to include the quantity of the fulfillment order line item that should be fulfilled. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null The ID of the fulfillment order line item. * quantity [Int!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Int) non-null The quantity of the fulfillment order line item. *** ## Mutations using this input * [fulfillment​Order​Move.​fulfillment​Order​Line​Items](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderMove#argument-fulfillmentOrderLineItems) MUTATION * [fulfillment​Order​Submit​Fulfillment​Request.​fulfillment​Order​Line​Items](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderSubmitFulfillmentRequest#argument-fulfillmentOrderLineItems) MUTATION *** ## Input objects using this input * [Fulfillment​Order​Hold​Input.​fulfillment​Order​Line​Items](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderHoldInput#field-fulfillmentOrderLineItems) INPUT OBJECT The input fields for the fulfillment hold applied on the fulfillment order. * [Fulfillment​Order​Line​Items​Input.​fulfillment​Order​Line​Items](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderLineItemsInput#field-fulfillmentOrderLineItems) INPUT OBJECT The input fields used to include the line items of a specified fulfillment order that should be fulfilled. * [Fulfillment​Order​Merge​Input​Merge​Intent.​fulfillment​Order​Line​Items](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderMergeInputMergeIntent#field-fulfillmentOrderLineItems) INPUT OBJECT The input fields for merging fulfillment orders into a single merged fulfillment order. * [Fulfillment​Order​Split​Input.​fulfillment​Order​Line​Items](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderSplitInput#field-fulfillmentOrderLineItems) INPUT OBJECT The input fields for the split applied to the fulfillment order. *** ## Map ### Mutations using this input * <\~>[fulfillment​Order​Move.fulfillmentOrderLineItems](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderMove#argument-fulfillmentOrderLineItems) * <\~>[fulfillment​Order​Submit​Fulfillment​Request.fulfillmentOrderLineItems](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderSubmitFulfillmentRequest#argument-fulfillmentOrderLineItems) ### Input objects using this input * [Fulfillment​Order​Hold​Input.fulfillmentOrderLineItems](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderHoldInput#field-fulfillmentOrderLineItems) * [Fulfillment​Order​Line​Items​Input.fulfillmentOrderLineItems](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderLineItemsInput#field-fulfillmentOrderLineItems) * [Fulfillment​Order​Merge​Input​Merge​Intent.fulfillmentOrderLineItems](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderMergeInputMergeIntent#field-fulfillmentOrderLineItems) * [Fulfillment​Order​Split​Input.fulfillmentOrderLineItems](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderSplitInput#field-fulfillmentOrderLineItems)