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