CustomerStoreCreditAccounts
Lists customers' store credit accounts with balances and status.
View-Specific Information
Select
The 本製品 uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The 本製品 processes other filters client-side within the 本製品.
- Id supports the '=, IN' comparison operators.
- CustomerId supports the '=, IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM CustomerStoreCreditAccounts WHERE Id = 'Val1'
SELECT * FROM CustomerStoreCreditAccounts WHERE CustomerId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The globally unique identifier of the customer store credit account. | |
| CustomerId | String | The globally unique identifier of the customer associated with this store credit account. | |
| BalanceAmount | Decimal | The current balance of the store credit account, expressed as a decimal money value. | |
| BalanceCurrencyCode | String | The currency code of the store credit account balance. |