AppCredits
Lists credits that can be used towards future app purchases.
View-Specific Information
Select
The add-in uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The add-in processes other filters client-side within the add-in.
- AppInstallationId supports the '=,IN' comparison operators.
For example, the following queries are processed server side:
SELECT * FROM AppCredits
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. |