--- title: DiscountAllocation - Storefront API description: | An amount discounting the line that has been allocated by a discount. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/DiscountAllocation md: https://shopify.dev/docs/api/storefront/latest/objects/DiscountAllocation.md --- # Discount​Allocation object An amount discounting the line that has been allocated by a discount. ## Fields * allocated​Amount [Money​V2!](https://shopify.dev/docs/api/storefront/latest/objects/MoneyV2) non-null Amount of discount allocated. * discount​Application [Discount​Application!](https://shopify.dev/docs/api/storefront/latest/interfaces/DiscountApplication) non-null The discount this allocated amount originated from. *** ## Map ### Fields with this object * {}[Order.shippingDiscountAllocations](https://shopify.dev/docs/api/storefront/latest/objects/Order#field-Order.fields.shippingDiscountAllocations) * {}[OrderLineItem.discountAllocations](https://shopify.dev/docs/api/storefront/latest/objects/OrderLineItem#field-OrderLineItem.fields.discountAllocations)