JDBC Driver for Shopify

Build 25.0.9434

GiftCardTransactionsCredit

Lists credit transactions that increase a gift card balance (Shopify Plus only).

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.
  • GiftCardId supports the '=, IN' comparison operators.

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

  SELECT * FROM GiftCardTransactionsCredit WHERE Id = 'Val1'
  SELECT * FROM GiftCardTransactionsCredit WHERE GiftCardId = 'Val1'

Insert

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

GiftCardId, Note, ProcessedAt, Amount, AmountCurrencyCode

Columns

Name Type ReadOnly References Description
Id [KEY] String True

The globally unique identifier of the credit transaction.

GiftCardId String True

GiftCards.Id

The globally unique identifier of the gift card associated with the transaction.

Note String True

An internal note describing the transaction.

ProcessedAt Datetime True

The date and time when the credit transaction was processed.

Amount Decimal True

The credited amount in decimal format.

AmountCurrencyCode String True

The currency of the credited amount.

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