---
title: FulfillmentLineItem - Customer API
description: Represents a line item from an order that's included in a fulfillment.
api_version: 2026-07
source_url:
  html: 'https://shopify.dev/docs/api/customer/latest/objects/FulfillmentLineItem'
  md: 'https://shopify.dev/docs/api/customer/latest/objects/FulfillmentLineItem.md'
api_name: customer
api_type: graphql
type: object
---

# Fulfillment​Line​Item

object

Requires `customer_read_orders` access scope.

Represents a line item from an order that's included in a fulfillment.

## Fields

* id

  [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID)

  non-null

  A globally-unique ID.

* line​Item

  [Line​Item!](https://shopify.dev/docs/api/customer/latest/objects/LineItem)

  non-null

  The line item associated with the order.

* quantity

  [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int)

  The number of line items in the fulfillment.

***

## Map

### Fields and connections with this object

* [Fulfillment.fulfillmentLineItems](https://shopify.dev/docs/api/customer/latest/objects/Fulfillment#field-Fulfillment.fields.fulfillmentLineItems)
* [FulfillmentLineItemConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/FulfillmentLineItemConnection#returns-nodes)
* [FulfillmentLineItemEdge.node](https://shopify.dev/docs/api/customer/latest/objects/FulfillmentLineItemEdge#field-FulfillmentLineItemEdge.fields.node)

***

## Interfaces

* [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)

  interface

***

## FulfillmentLineItem Implements

### Implements

* [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)
