StoreCreditAccountExpirationTransactions
Expiration transactions created when a store credit account credit transaction expires.
Table-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- 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 | Decimal money amount. | |
| AmountCurrencyCode | String | Currency of the money. | |
| CreditTransactionId | String | The credit transaction which expired. | |
| BalanceAfterTransactionAmount | Decimal | Decimal money amount. | |
| BalanceAfterTransactionCurrencyCode | String | Currency of the money. | |
| CreatedAt | Datetime | The date and time when the transaction was created. | |
| CustomerStoreCreditAccountId | String | A globally-unique ID. |