TDV Adapter for Shopify

Build 22.0.8462

Reports

To query all the Reports.

View-Specific Information

Select

The adapter uses the Shopify API to process search criteria that refer to the Id and UpdatedAt columns. The adapter processes other filters client-side within the adapter.

For example, the following queries are processed server side.

SELECT * FROM Reports

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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462