--- title: DraftOrderPlatformDiscountAllocationTarget - GraphQL Admin description: The element of the draft being discounted. api_version: 2025-10 api_name: admin type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-10/unions/DraftOrderPlatformDiscountAllocationTarget md: >- https://shopify.dev/docs/api/admin-graphql/2025-10/unions/DraftOrderPlatformDiscountAllocationTarget.md --- # Draft​Order​Platform​Discount​Allocation​Target union Requires `read_draft_orders` access scope. The element of the draft being discounted. ## Fields with this union * [Draft​Order​Platform​Discount​Allocation.target](https://shopify.dev/docs/api/admin-graphql/2025-10/objects/DraftOrderPlatformDiscountAllocation#field-DraftOrderPlatformDiscountAllocation.fields.target) OBJECT Price reduction allocations across the draft order's lines. *** ```graphql union DraftOrderPlatformDiscountAllocationTarget = CalculatedDraftOrderLineItem | DraftOrderLineItem | ShippingLine ```