--- title: DiscountAllocation - GraphQL Admin description: >- An amount that's allocated to a line based on an associated discount application. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DiscountAllocation md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DiscountAllocation.txt --- # 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/2024-10/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/2024-10/interfaces/DiscountApplication) non-null The discount application that the allocated amount originated from. * allocated​Amount [Money​V2!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/MoneyV2) non-nullDeprecated *** ## Map ### Fields and connections with this object * {}[AbandonedCheckoutLineItem.discountAllocations](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AbandonedCheckoutLineItem#field-discountAllocations) * <->[DiscountAllocationConnection.nodes](https://shopify.dev/docs/api/admin-graphql/2024-10/connections/DiscountAllocationConnection#field-nodes) * {}[DiscountAllocationEdge.node](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DiscountAllocationEdge#field-node) * {}[LineItem.discountAllocations](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/LineItem#field-discountAllocations) * {}[ShippingLine.discountAllocations](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShippingLine#field-discountAllocations)