StoreCreditAccountExpirationTransactions
Lists expiration transactions created when credit expires on a store credit account.
Table-Specific Information
Select
The 本製品 uses the Shopify API to process WHERE clause conditions built with the following column and operators. The 本製品 processes other filters client-side within the 本製品.
- CustomerStoreCreditAccountId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM StoreCreditAccountExpirationTransactions WHERE CustomerStoreCreditAccountId = 'Val1'
Columns
| Name | Type | References | Description |
| Amount | Decimal | The amount of store credit that expired, expressed as a decimal value. | |
| AmountCurrencyCode | String | The currency code of the expired store credit amount. | |
| CreditTransactionId | String | The Id of the original credit transaction that expired. | |
| BalanceAfterTransactionAmount | Decimal | The account balance after the expiration transaction, expressed as a decimal value. | |
| BalanceAfterTransactionCurrencyCode | String | The currency code of the account balance after the expiration transaction. | |
| CreatedAt | Datetime | The date and time when the expiration transaction was created. | |
| CustomerStoreCreditAccountId | String | A globally unique Id for the associated customer store credit account. |