CData Python Connector for Shopify

Build 25.0.9454

AppCredits

Retrieves app credit records issued to merchants for future app billing or adjustments.

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

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

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

  SELECT * FROM AppCredits WHERE AppInstallationId = 'Val1'

Columns

Name Type References Description
Id [KEY] String A unique identifier for the app credit record.
AppInstallationId String The unique identifier of the app installation that issued or received the credit.
Description String A human-readable summary explaining the purpose or context of the app credit transaction.
Test Bool Indicates whether this app credit is a test transaction used for validation or sandbox purposes.
CreatedAt Datetime The date and time when the app credit record was created in Shopify.
Amount Decimal The monetary amount of the app credit issued to or from the app.
AmountCurrencyCode String The three-letter ISO currency code representing the currency of the credited amount.

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