AppCredits
Lists credits that merchants can apply toward future app charges.
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 | The globally unique identifier of the app credit record. | |
| AppInstallationId | String | The globally unique identifier of the app installation that issued the credit. | |
| Description | String | A merchant-facing description explaining the reason or purpose of the app credit. | |
| Test | Bool | Indicates whether the app credit is a test transaction rather than a live credit. | |
| CreatedAt | Datetime | The date and time when the app credit was issued. | |
| Amount | Decimal | The value of the app credit, expressed as a decimal money amount. | |
| AmountCurrencyCode | String | The currency code for the app credit amount. |