---
title: FulfillmentOrderLineItemsInput - GraphQL Admin
description: >-
  The input fields used to include the line items of a specified fulfillment
  order that should be fulfilled.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/FulfillmentOrderLineItemsInput
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/FulfillmentOrderLineItemsInput.md
---

# Fulfillment​Order​Line​Items​Input

input\_object

The input fields used to include the line items of a specified fulfillment order that should be fulfilled.

## Fields

* fulfillment​Order​Id

  [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

  non-null

  The ID of the fulfillment order.

* fulfillment​Order​Line​Items

  [\[Fulfillment​Order​Line​Item​Input!\]](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/FulfillmentOrderLineItemInput)

  The fulfillment order line items to be fulfilled. If left blank, all line items of the fulfillment order will be fulfilled. Accepts a maximum of 512 line items.

***

## Input objects using this input

* [Fulfillment​Input.lineItemsByFulfillmentOrder](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/FulfillmentInput#fields-lineItemsByFulfillmentOrder)

  INPUT OBJECT

  The input fields used to create a fulfillment from fulfillment orders.

* [Fulfillment​V2Input.lineItemsByFulfillmentOrder](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/FulfillmentV2Input#fields-lineItemsByFulfillmentOrder)

  INPUT OBJECT

  The input fields used to create a fulfillment from fulfillment orders.

***

## Map

### Input objects using this input

* [Fulfillment​Input.lineItemsByFulfillmentOrder](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/FulfillmentInput#fields-lineItemsByFulfillmentOrder)
* [Fulfillment​V2Input.lineItemsByFulfillmentOrder](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/FulfillmentV2Input#fields-lineItemsByFulfillmentOrder)
