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