AppPurchases
Returns a list of one-time purchases made by the current app installation.
View-Specific Information
Select
The provider uses the Shopify API to process WHERE clause conditions built with the following column and operators. The provider processes other filters client-side within the provider.
- AppInstallationId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM AppPurchases WHERE AppInstallationId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally-unique ID. | |
| AppInstallationId | String | A globally-unique ID. | |
| Name | String | The name of the app purchase. | |
| Status | String | The status of the app purchase. | |
| Test | Bool | Whether the app purchase is a test transaction. | |
| CreatedAt | Datetime | The date and time when the app purchase occurred. | |
| PriceAmount | Decimal | Decimal money amount charged to the store for the app purchase. | |
| PriceCurrencyCode | String | Currency of the app purchase price. |