Skip to main content

InventoryCsvMapping

Mapping configuration for CSV column to inventory field association.

Defines how CSV file columns should be mapped to inventory record fields during import operations. Each mapping specifies which CSV column header corresponds to which inventory property.

input InventoryCsvMapping {
csvHeader: String!
fieldName: InventoryFieldName!
}

Fields

InventoryCsvMapping.csvHeader ● String! non-null scalar

CSV column header name.

The exact name of the column header in the CSV file that contains the data for this inventory field. Must match the header exactly as it appears in the CSV file.

InventoryCsvMapping.fieldName ● InventoryFieldName! non-null enum

Target inventory field for this CSV column.

Specifies which inventory property this CSV column should populate during import. The field name determines data validation rules and processing requirements.

Member Of

InventoryCsvInput input