JDBC Driver for Shopify

Build 23.0.8839

AppFeedbacks

Reports the status of shops and their resources and displays this information within Shopify admin. AppFeedback is used to notify merchants about steps they need to take to set up an application on their store.

Table-Specific Information

Select

The 本製品 WHERE clause conditions are processed client-side within the 本製品.

For example, the following queries are processed client-side:

SELECT * FROM AppFeedbacks WHERE Id = 'VALUE'

Insert

INSERT statements are mapped to the 'shopResourceFeedbackCreate' GraphQL mutation.

The following column can be used to create a new record:

Message

The following pseudo-columns can be used to create a new record:

State, FeedbackGeneratedAt

Columns

Name Type ReadOnly References Description
Id [KEY] String True

A globally-unique ID.

Title String True

Name of the app.

Message String True

The feedback message presented to the merchant.

Url String True

The URL that the link visits.

Label String True

A context-sensitive label for the link.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御したり、INSERT ステートメントのパラメータとして使用したりすることができます。

Name Type Description
State String

The state of the feedback and whether it requires merchant action.

FeedbackGeneratedAt Datetime

The date and time when the feedback was generated. Used to help determine whether incoming feedback is outdated compared to existing feedback.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839