--- title: Store credit now supports company locations as account owners in Admin and Customer APIs - 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-now-supports-company-locations-as-account-owners-in-admin-and-customer-apis md: https://shopify.dev/changelog/store-credit-now-supports-company-locations-as-account-owners-in-admin-and-customer-apis.md --- [Back to Developer changelog](https://shopify.dev/changelog) September 15, 2025 Tags: * Admin GraphQL API * Customer Account API * 2025-10 # Store credit now supports company locations as account owners in Admin and Customer APIs As of 2025-10, [StoreCreditAccount](https://shopify.dev/docs/api/admin-graphql/latest/objects/storeCreditAccount) also support [CompanyLocation](https://shopify.dev/docs/api/admin-graphql/latest/objects/companylocation) as owners, enabling location-specific credit management for B2B merchants on the Admin API. B2B customers [authenticated](https://shopify.dev/docs/api/customer) with new customer accounts can view and spend store credit at checkout for company locations they have permission to place orders for. The Customer Account API now returns the company location's [StoreCreditAccount](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccount) for authenticated B2B customers. *** Company locations can now hold their own store credit accounts, allowing businesses to issue credits, process refunds, and manage balances at the location level, with support for multiple currencies per location. The CompanyLocation type now implements the HasStoreCreditAccounts interface on both Admin and Customer APIs: * Credit and debit accounts by passing a CompanyLocation ID to existing store credit mutations using the the Admin API * Query store credit directly from a company location using the new storeCreditAccounts field on the Admin and Customer APIs