# Store Credit functionality available on the Admin and Customer API — Shopify developer changelog --- ## Store Credit functionality available on the Admin and Customer API As of 2024-07 [StoreCreditAccount](https://shopify.dev/docs/api/admin-graphql/2024-07/objects/storeCreditAccount) queries and mutations are available to merchants globally in the GraphQL Admin API. A new `transactions` connection has been added to the StoreCreditAccount, displaying the full transaction history of the account. A customer who is [authenticated](https://shopify.dev/docs/api/customer) with new customer accounts will be able to see and spend their store credit at checkout. It's now possible to view the logged in customers [StoreCreditAccount](https://shopify.dev/docs/api/customer/2024-07/objects/Customer#connection-storecreditaccounts) when using the GraphQL Customer Account API. *Published: July 01, 2024* Tags: API, Update Link: https://shopify.dev/changelog/store-credit-functionality-available-on-the-admin-and-customer-api ---