Anchor to StoreCreditAccountStore
StoreCreditAccount
object
Requires access scope.
A store credit account contains a monetary balance that can be redeemed at checkout for purchases in the shop. The account is held in the specified currency and has an owner that cannot be transferred.
The account balance is redeemable at checkout only when the owner is authenticated via new customer accounts authentication.
Anchor to Fields and connectionsFields and connections
- Anchor to balancebalance•Money
V2! non-null The current balance of the store credit account.
- •ID!non-null
A globally-unique ID.
- Anchor to ownerowner•Has
Store non-nullCredit Accounts! The owner of the store credit account.
- Anchor to transactionstransactions•
The transaction history of the store credit account.
Was this section helpful?
Map
Fields and connections with this object
- Customer.storeCreditAccounts
- HasStoreCreditAccounts.storeCreditAccounts
- StoreCreditAccountConnection.nodes
- StoreCreditAccountCreditTransaction.account
- StoreCreditAccountDebitRevertTransaction.account
- StoreCreditAccountDebitTransaction.account
- StoreCreditAccountEdge.node
- StoreCreditAccountExpirationTransaction.account
- StoreCreditAccountTransaction.account
Anchor to QueriesQueries
- •query
Returns a store credit account resource by ID.
Was this section helpful?