--- title: >- Default value of appliesOnSubscription changed to true for app discount inputs - 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/default-value-of-appliesonsubscription-changed-to-true-for-app-discount-inputs md: >- https://shopify.dev/changelog/default-value-of-appliesonsubscription-changed-to-true-for-app-discount-inputs.md metadata: effectiveApiVersion: 2026-07 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2026-03-27T14:31:48-04:00' postedAt: '2026-05-04T12:00:00-04:00' updatedAt: '2026-05-04T10:47:16-04:00' effectiveAt: '2027-03-26T12:00:00-04:00' --- May 4, 2026 Tags: * Admin GraphQL API * 2026-07 # Default value of `appliesOnSubscription` changed to `true` for app discount inputs The default value of `appliesOnSubscription` has been changed from `false` to `true` on the [`DiscountCodeAppInput`](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/DiscountCodeAppInput) and [`DiscountAutomaticAppInput`](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/DiscountAutomaticAppInput) input types in GraphQL Admin API. **No action is required.** This default value change has no effect on how discounts are applied at checkout. If your app explicitly sets `appliesOnSubscription` when creating or updating app discounts, your behavior is unchanged. This change applies across all active API versions. The `appliesOnOneTimePurchase` field already defaults to `true` and is unchanged.