--- title: New field for discount classes on DraftOrderPlatformDiscount - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/new-field-for-discount-classes-on-draftorderplatformdiscount md: https://shopify.dev/changelog/new-field-for-discount-classes-on-draftorderplatformdiscount.md --- [Back to Developer changelog](https://shopify.dev/changelog) July 1, 2025 Tags: * Action Required * Admin GraphQL API * 2025-07 # New field for discount classes on `DraftOrderPlatformDiscount` The `discountClass` field in the `DraftOrderPlatformDiscount` object has been deprecated. Please use the `discountClasses` field instead, which allows for the representation of multiple discount classes associated with the backing price rule of the `DraftOrderPlatformDiscount`. To determine the specific impact of a `DraftOrderPlatformDiscount` on a draft order, continue using the [`presentationLevel`](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/DraftOrderPlatformDiscount#field-presentationlevel) field.