--- title: DiscountAllocation - Customer API description: Represents an amount discounting the line that has been allocated by a discount. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/discountallocation md: https://shopify.dev/docs/api/customer/latest/objects/discountallocation.md --- # Discount​Allocation object Represents an amount discounting the line that has been allocated by a discount. ## Fields * allocated​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The amount of discount allocated. * discount​Application [Discount​Application!](https://shopify.dev/docs/api/customer/latest/interfaces/DiscountApplication) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The discount from which this allocated amount originated. *** ## Map ### Fields with this object * {}[Checkout.shippingDiscountAllocations](https://shopify.dev/docs/api/customer/latest/objects/Checkout#field-shippingDiscountAllocations) * {}[LineItem.discountAllocations](https://shopify.dev/docs/api/customer/latest/objects/LineItem#field-discountAllocations) * {}[Order.shippingDiscountAllocations](https://shopify.dev/docs/api/customer/latest/objects/Order#field-shippingDiscountAllocations)