--- title: DraftOrderLineItemsSummary - Customer API description: The quantitative summary of the line items in a specific draft order. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/draftorderlineitemssummary md: https://shopify.dev/docs/api/customer/latest/objects/draftorderlineitemssummary.md --- # Draft​Order​Line​Items​Summary object The quantitative summary of the line items in a specific draft order. ## Fields * line​Item​Count [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null The total number of line items in the draft order. * total​Quantity​Of​Line​Items [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null The total quantity of all line items in the draft order. *** ## Map ### Fields with this object * {}[DraftOrder.lineItemsSummary](https://shopify.dev/docs/api/customer/latest/objects/DraftOrder#field-lineItemsSummary)