---
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'
metadata:
  effectiveApiVersion: 2026-01
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2025-10-22T05:42:27-04:00'
  postedAt: '2025-10-23T12:00:00-04:00'
  updatedAt: '2025-10-24T06:19:11-04:00'
  effectiveAt: '2025-10-23T12:00:00-04:00'
---

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).
