JDBC Driver for Shopify

Build 25.0.9434

StoreCreditAccountDebitTransactions

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

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 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 ReadOnly References Description
Id [KEY] String True

A globally unique Id for the debit transaction.

Amount Decimal True

The debit amount, expressed as a decimal value.

AmountCurrencyCode String True

The currency code of the debit amount.

BalanceAfterTransactionAmount Decimal True

The account balance after the debit transaction, expressed as a decimal value.

BalanceAfterTransactionCurrencyCode String True

The currency code of the account balance after the debit transaction.

CreatedAt Datetime True

The date and time when the debit transaction was created.

CustomerStoreCreditAccountId String True

CustomerStoreCreditAccounts.Id

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

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