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