--- title: DiscountAllocation - GraphQL Admin description: An amount that's allocated to a line based on an associated discount application. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountAllocation md: https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountAllocation.md --- # Discount​Allocation object An amount that's allocated to a line based on an associated discount application. ## Fields * allocated​Amount​Set [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyBag) non-null The money amount that's allocated to a line based on the associated discount application in shop and presentment currencies. * discount​Application [Discount​Application!](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DiscountApplication) non-null The discount application that the allocated amount originated from. * allocated​Amount [Money​V2!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyV2) non-nullDeprecated *** ## Map ### Fields and connections with this object * {}[AbandonedCheckoutLineItem.discountAllocations](https://shopify.dev/docs/api/admin-graphql/latest/objects/AbandonedCheckoutLineItem#field-AbandonedCheckoutLineItem.fields.discountAllocations) * <->[DiscountAllocationConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/DiscountAllocationConnection#returns-nodes) * {}[DiscountAllocationEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountAllocationEdge#field-DiscountAllocationEdge.fields.node) * {}[LineItem.discountAllocations](https://shopify.dev/docs/api/admin-graphql/latest/objects/LineItem#field-LineItem.fields.discountAllocations) * {}[ShippingLine.discountAllocations](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShippingLine#field-ShippingLine.fields.discountAllocations)