ADO.NET Provider for Shopify

Build 26.0.9655

StoreCreditAccountCreditTransactions

Lists transactions that credit (increase) 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 StoreCreditAccountCreditTransactions WHERE Id = 'Val1'
  SELECT * FROM StoreCreditAccountCreditTransactions WHERE CustomerStoreCreditAccountId = 'Val1'

Insert

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

Amount, AmountCurrencyCode, ExpiresAt, CustomerStoreCreditAccountId

Columns

Name Type References Description
Id [KEY] String A globally unique Id for the store credit account credit transaction.
Amount Decimal The transaction amount, expressed as a decimal value.
AmountCurrencyCode String The currency code of the transaction amount.
RemainingAmount Decimal The remaining credit balance after the transaction, expressed as a decimal value.
RemainingAmountCurrencyCode String The currency code of the remaining credit balance.
ExpiresAt Datetime The date and time when the transaction expires. Debit transactions always spend the soonest expiring credit first.
BalanceAfterTransactionAmount Decimal The account balance after the transaction, expressed as a decimal value.
BalanceAfterTransactionCurrencyCode String The currency code of the account balance after the transaction.
CreatedAt Datetime The date and time when the 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