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