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