CData Python Connector for Shopify

Build 25.0.9454

GiftCardTransactionsDebit

Debit transactions which decrease the gift card balance. (This table is available only with a ShopifyPlus subscription)

Table-Specific Information

Select

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

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

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

  SELECT * FROM GiftCardTransactionsDebit WHERE Id = 'Val1'
  SELECT * FROM GiftCardTransactionsDebit 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 unique ID for the transaction.

GiftCardId String True

GiftCards.Id

A globally-unique ID.

Note String True

A note about the transaction.

ProcessedAt Datetime True

The date and time when the transaction was processed.

Amount Decimal True

Decimal money amount.

AmountCurrencyCode String True

Currency of the money.

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