--- title: DraftOrderPlatformDiscountAllocationTarget - GraphQL Admin description: The element of the draft being discounted. api_version: 2026-04 api_name: admin type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/unions/DraftOrderPlatformDiscountAllocationTarget md: >- https://shopify.dev/docs/api/admin-graphql/latest/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/latest/objects/DraftOrderPlatformDiscountAllocation#field-DraftOrderPlatformDiscountAllocation.fields.target) OBJECT Price reduction allocations across the draft order's lines. *** ```graphql union DraftOrderPlatformDiscountAllocationTarget = CalculatedDraftOrderLineItem | DraftOrderLineItem | ShippingLine ```