Description
Modify one or multiple data feeds.
Permission bit: "data_feeds.modify"
Arguments
data: [DataFeedModify!]!
Main argument for mutations.
List of data feed ids. See also: Unique Identifiers
Example: ["df_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
Align the generation time to this week day (1 to 31)
Align the generation time to this minute offset (-2880 to 2880)
Align the generation time to this week day (0 to 6, Monday is 0)
fields: [DataFeedFieldCreate!]
File name of the data feed without extension
Example: "all_published_products"
Valid when: filename is not empty
Valid when: filename's length doesn't exceed 200 characters
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
The name of the data feed
Example: "All Published Products"
Valid when: name is not empty
Valid when: name's length doesn't exceed 200 characters
options: [KeyValueCreate!]
Password for http basic auth protected access
Example: "6b42a6f52013"
Valid when: password's length doesn't exceed 60 characters
schedule: DataFeedSchedule
How often data feed is updated
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
User name for http basic auth protected access
Example: "ada79de6ecea"
Valid when: username's length doesn't exceed 60 characters
Result
[DataFeed!]
Preview (typescript)
Loading module