# FulfillmentOrderLineItemFinancialSummary - admin-graphql - OBJECT Version: 2024-10 ## Description The financial details of a fulfillment order line item. ### Access Scopes `read_assigned_fulfillment_orders` access scope, `read_merchant_managed_fulfillment_orders` access scope, `read_third_party_fulfillment_orders` access scope or `read_marketplace_fulfillment_orders` access scope. ## Fields * [approximateDiscountedUnitPriceSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The approximate split price of a line item unit, in shop and presentment currencies. This value doesn't include discounts applied to the entire order.For the full picture of applied discounts, see discountAllocations. * [discountAllocations](/docs/api/admin-graphql/2024-10/objects/FinancialSummaryDiscountAllocation): FinancialSummaryDiscountAllocation! - The discounts that have been allocated onto the line item by discount applications, not including order edits and refunds. * [originalUnitPriceSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The variant unit price without discounts applied, in shop and presentment currencies. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - Number of line items that this financial summary applies to. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples