PricesheetCsvMapping
No description
input PricesheetCsvMapping {
csvHeader: String!
fieldName: PricesheetFieldName!
}
Fields
PricesheetCsvMapping.csvHeader
● String!
non-null scalar
The name of the column in the CSV file
PricesheetCsvMapping.fieldName
● PricesheetFieldName!
non-null enum
The name of the field in Propeller eCommerce Platform
Member Of
PricesheetCsvInput
input