CData Python Connector for Shopify

Build 25.0.9454

StoreCreditAccountExpirationTransactions

Lists expiration transactions created when credit expires on a store credit account.

Table-Specific Information

Select

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

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

For example, the following query is processed server-side:

  SELECT * FROM StoreCreditAccountExpirationTransactions WHERE CustomerStoreCreditAccountId = 'Val1'

Columns

Name Type References Description
Amount Decimal The amount of store credit that expired, expressed as a decimal value.
AmountCurrencyCode String The currency code of the expired store credit amount.
CreditTransactionId String The Id of the original credit transaction that expired.
BalanceAfterTransactionAmount Decimal The account balance after the expiration transaction, expressed as a decimal value.
BalanceAfterTransactionCurrencyCode String The currency code of the account balance after the expiration transaction.
CreatedAt Datetime The date and time when the expiration transaction was created.
CustomerStoreCreditAccountId String

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.9454