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