StoreCreditAccountDebitRevertTransactions
Debit revert transactions created when a store credit account debit transaction is reverted.
Table-Specific Information
Select
The cmdlet uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The cmdlet processes other filters client-side within the cmdlet.
- Id supports the '=, IN' comparison operators.
- CustomerStoreCreditAccountId supports the '=, IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM StoreCreditAccountDebitRevertTransactions WHERE Id = 'Val1'
SELECT * FROM StoreCreditAccountDebitRevertTransactions WHERE CustomerStoreCreditAccountId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally-unique ID. | |
| Amount | Decimal | Decimal money amount. | |
| AmountCurrencyCode | String | Currency of the money. | |
| DebitTransactionId | String | The reverted debit transaction. | |
| 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. |