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