AppCredits
Lists credits that can be used towards future app purchases.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the AppInstallationId column, which supports the '=' comparison operator.The connector processes other filters client-side within the connector.
For example, the following query is processed server-side:
SELECT * FROM AppCredits WHERE AppInstallationId='VALUE'
Columns
Name | Type | References | Description |
Id [KEY] | String | A globally-unique ID. | |
AppInstallationId | String | A globally-unique ID. | |
Description | String | The description of the app credit. | |
Test | Bool | Whether the app credit is a test transaction. | |
CreatedAt | Datetime | The date and time when the app credit was created. | |
Amount | Decimal | Decimal money amount. | |
AmountCurrencyCode | String | Currency of the money. |