CustomerStoreCreditAccounts
Retrieve customers' store credit accounts.
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 | A globally-unique ID. | |
| CustomerId | String | A globally unique-id. | |
| BalanceAmount | Decimal | Decimal money amount. | |
| BalanceCurrencyCode | String | Currency of the money. |