ODBC Driver for Shopify

Build 25.0.9434

StoreCreditAccountDebitRevertTransactions

Debit revert transactions created when a store credit account debit transaction is reverted.

Table-Specific Information

Select

The driver uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The driver processes other filters client-side within the driver.

  • 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

CustomerStoreCreditAccounts.Id

A globally-unique ID.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434