Description
Preview data feed composition for a given product variant.
Permission bit: "data_feeds.read"
Arguments
data: DataFeedPreview!
Main argument for mutations.
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
fields: [DataFeedFieldCreate!]!
A fields specification to filter out data's unused fields (for the filter script)
Valid when: filter_fields's length doesn't exceed 100000 characters
A script to filter the products/variants (JavaScript)
Valid when: filter_script's length doesn't exceed 100000 characters
options: [KeyValueCreate!]!
Custom footer template to use for generating the data feed
Valid when: template_footer's length doesn't exceed 100000 characters
Custom header template to use for generating the data feed
Valid when: template_header's length doesn't exceed 100000 characters
Custom item template to use for generating the data feed
Valid when: template_item's length doesn't exceed 100000 characters
A unique product variant identifier
Example: "va_EQzGqWoY"
Result
[KeyValue!]
Preview (typescript)
Loading module