# FulfillmentOrderLineItemsInput - admin - INPUT_OBJECT
Version: 2025-01

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

### Access Scopes



## Fields
* [fulfillmentOrderId](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the fulfillment order.
* [fulfillmentOrderLineItems](/docs/api/admin/2025-01/input-objects/FulfillmentOrderLineItemInput): FulfillmentOrderLineItemInput - The fulfillment order line items to be fulfilled.
If left blank, all line items of the fulfillment order will be fulfilled.


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


## Examples