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