Types > DataFeedFieldCreate
Commerce APITypesDataFeedFieldCreate
DataFeedFieldCreate

Description

Fields

config: String!

Free form formatter configuration

Example: "max_length=100"

Valid when: config's length doesn't exceed 250 characters


id: String!

Formatter id, must match the id of the entry from corresponding meta API output

Example: "title"

Valid when: id is not empty

Valid when: id's length doesn't exceed 200 characters


name: String!

Name of the field in the feed data

Example: "title"

Valid when: name is not empty

Valid when: name's length doesn't exceed 200 characters


Used By

Types

DataFeedCreate, DataFeedModify, DataFeedPreview

Preview (typescript)

Loading module