# FulfillmentLineItem - customer - OBJECT Version: 2024-07 ## Description Represents a line item from an order that's included in a fulfillment. ### Access Scopes ## Fields * [id](/docs/api/customer/2024-07/scalars/ID): ID! - A globally-unique ID. * [lineItem](/docs/api/customer/2024-07/objects/LineItem): LineItem! - The line item associated with the order. * [quantity](/docs/api/customer/2024-07/scalars/Int): Int - The number of line items in the fulfillment. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples