---
title: DraftOrderPlatformDiscountAllocationTarget - GraphQL Admin
description: The element of the draft being discounted.
api_version: 2026-04
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
```