Reports
To query all the Reports.
View-Specific Information
Select
The provider uses the Shopify API to process search criteria that refer to the Id and UpdatedAt columns. The provider processes other filters client-side within the provider.For example, the following queries are processed server-side.
SELECT * FROM Reports WHERE Id = '123'
SELECT * FROM Reports WHERE UpdatedAt > '2017-10-25'
Columns
Name | Type | References | Description |
Id [KEY] | Long | The unique numeric identifier for the report. | |
Name | String | The name of the report. | |
ShopifyQl | String | The ShopifyQL query that generates the report. | |
UpdatedAt | Datetime | The date and time (ISO 8601) when the report was last modified. | |
Category | String | The category for the report. When you create a report, the API will return custom_app_reports. |