Types > DataFeed
Commerce APITypesDataFeed
DataFeed

Description

Fields

align_day: Int!

Align the generation time to this week day (1 to 31)

Example: 1


align_minute: Int!

Align the generation time to this minute offset (-2880 to 2880)

Example: 0


align_weekday: Int!

Align the generation time to this week day (0 to 6, Monday is 0)

Example: 0


fields: [DataFeedField!]!


filename: String!

File name of the data feed without extension

Example: "all_published_products"


filter_fields: String!

A fields specification to filter out data's unused fields (for the filter script)


filter_script: String!

A script to filter the products/variants (JavaScript)


generate_at: String!

The date and time when the data feed will be generated next, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


generated_at: String!

The date and time when the data feed was last generated, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


id: String!

Unique data feed identifier. See also: Unique Identifiers

Example: "df_EQzGqWoY"


name: String!

The name of the data feed

Example: "All Published Products"


options: [KeyValue!]!


password: String!

Password for http basic auth protected access

Example: "6b42a6f52013"


schedule: DataFeedSchedule!

How often data feed is updated

Example: "hourly"


status: DataFeedStatus!

Status of the data feed

Example: "pending"


template_footer: String!

Custom footer template to use for generating the data feed


template_header: String!

Custom header template to use for generating the data feed


template_item: String!

Custom item template to use for generating the data feed


url: String!

URL for accessing the feed data

Example: "https://cdn.lana.dev/datafeed/sh_EQzGqWoY/df_EQzGqWoY/all_published_products.xml"


username: String!

User name for http basic auth protected access

Example: "ada79de6ecea"


Used By

Mutations

dataFeedsCreate, dataFeedsModify

Queries

dataFeeds

Preview (typescript)

Loading module