Skip to main content

Store credit now supports company locations as account owners in Admin and Customer APIs

As of 2025-10, StoreCreditAccount also support CompanyLocation as owners, enabling location-specific credit management for B2B merchants on the Admin API.

B2B customers authenticated 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 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
Was this section helpful?