ADO.NET Provider for Shopify

Build 26.0.9655

StoreCreditAccountDebitTransactions

Lists transactions that debit (decrease) a store credit account.

Table-Specific Information

Select

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

  • Id supports the '=, IN' comparison operators.
  • CustomerStoreCreditAccountId supports the '=, IN' comparison operators.

For example, the following queries are processed server-side:

  SELECT * FROM StoreCreditAccountDebitTransactions WHERE Id = 'Val1'
  SELECT * FROM StoreCreditAccountDebitTransactions WHERE CustomerStoreCreditAccountId = 'Val1'

Insert

The following columns can be used to create a new record:

Amount, AmountCurrencyCode, CustomerStoreCreditAccountId

Columns

Name Type References Description
Id [KEY] String A globally unique Id for the debit transaction.
Amount Decimal The debit amount, expressed as a decimal value.
AmountCurrencyCode String The currency code of the debit amount.
BalanceAfterTransactionAmount Decimal The account balance after the debit transaction, expressed as a decimal value.
BalanceAfterTransactionCurrencyCode String The currency code of the account balance after the debit transaction.
CreatedAt Datetime The date and time when the debit transaction was created.
CustomerStoreCreditAccountId String

CustomerStoreCreditAccounts.Id

A globally unique Id for the associated customer store credit account.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655