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