JDBC Driver for Shopify

Build 23.0.8839

ProductResourceFeedbacks

Returns the product resource feedback for the currently authenticated app.

Table-Specific Information

Select

The 本製品 uses the Shopify API to process WHERE clause conditions built with the Id column, which supports the '=,IN' comparison operators.

The 本製品 processes other filters client-side within the 本製品.

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

SELECT * FROM ProductResourceFeedbacks WHERE Id='VALUE'

Insert

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

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

ProductId, FeedbackGeneratedAt, Messages, ProductUpdatedAt, State

Columns

Name Type ReadOnly References Description
ProductId [KEY] String True

Products.Id

The product associated with the resource feedback.

FeedbackGeneratedAt Datetime True

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

Messages String True

The feedback messages presented to the merchant.

ProductUpdatedAt Datetime True

The timestamp of the product associated with the feedback.

State String True

Conveys the state of the feedback and whether it requires merchant action or not.

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