---
title: FulfillmentLineItem - Customer API
description: Represents a line item from an order that's included in a fulfillment.
api_version: unstable
api_name: customer
source_url:
  html: 'https://shopify.dev/docs/api/customer/unstable/objects/FulfillmentLineItem'
  md: >-
    https://shopify.dev/docs/api/customer/unstable/objects/FulfillmentLineItem.md
---

# Fulfillment​Line​Item

object

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

## Fields

* id

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

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  A globally-unique ID.

* line​Item

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

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  The line item associated with the order.

* quantity

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

  [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  The number of line items in the fulfillment.

***

## Map

### Fields and connections with this object

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

***

## Interfaces

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

  interface

***

## FulfillmentLineItem Implements

### Implements

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