# FulfillmentOrderLineItemsInput - admin-graphql - INPUT_OBJECT Version: unstable ## 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-graphql/unstable/scalars/ID): ID! - The ID of the fulfillment order. * [fulfillmentOrderLineItems](/docs/api/admin-graphql/unstable/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-graphql/unstable/input-objects/FulfillmentInput) * [FulfillmentV2Input](/docs/api/admin-graphql/unstable/input-objects/FulfillmentV2Input) ## Examples