--- title: New notify parameter available on the storeCreditAccountCredit mutation - 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/store-credit-notify-flag md: https://shopify.dev/changelog/store-credit-notify-flag.md --- [Back to Developer changelog](https://shopify.dev/changelog) October 23, 2025 Tags: * Admin GraphQL API * 2026-01 # New `notify` parameter available on the `storeCreditAccountCredit` mutation The `storeCreditAccountCredit` mutation now includes an optional `notify` parameter. * When this parameter is set to `true`, the account owner will receive a "store credit issued" email notification. If the parameter is not provided, no email will be sent. To enable email notifications, you must explicitly set this flag to `true`. * For store credit accounts owned by a `Customer`, the email will be sent to the customer's [default email address](https://shopify.dev/docs/api/admin-graphql/latest/objects/customer#field-Customer.fields.defaultEmailAddress). * For store credit accounts owned by a `CompanyLocation`, each customer associated as a [CompanyContact](https://shopify.dev/docs/api/admin-graphql/latest/objects/CompanyContact) for that company location will receive an email at their respective [default email address](https://shopify.dev/docs/api/admin-graphql/latest/objects/customer#field-Customer.fields.defaultEmailAddress). For more details refer to the `storeCreditAccountCredit` mutation in the [developer documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/storecreditaccountcredit).