# DraftOrderPlatformDiscountAllocation - admin-graphql - OBJECT Version: 2024-07 ## Description Price reduction allocations across the draft order's lines. ### Access Scopes `read_draft_orders` access scope. ## Fields * [id](/docs/api/admin-graphql/2024-07/scalars/ID): ID - The ID of the allocation. * [quantity](/docs/api/admin-graphql/2024-07/scalars/Int): Int - The quantity of the target being discounted. * [reductionAmount](/docs/api/admin-graphql/2024-07/objects/MoneyV2): MoneyV2! - Amount of the discount allocated to the target. * [reductionAmountSet](/docs/api/admin-graphql/2024-07/objects/MoneyBag): MoneyBag! - Amount of the discount allocated to the target in both shop currency and presentment currency. * [target](/docs/api/admin-graphql/2024-07/unions/DraftOrderPlatformDiscountAllocationTarget): DraftOrderPlatformDiscountAllocationTarget - The element of the draft being discounted. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples