BulkCostPriceCsvInput
No description
input BulkCostPriceCsvInput {
file: Upload!
mappings: [BulkCostPriceCsvMapping!]
}
Fields
BulkCostPriceCsvInput.file ● Upload! non-null scalar
CSV file.
The file may contain at most 10,000 data rows, excluding the header row. A larger file is rejected with CSV_ROW_LIMIT_ERROR, and a file with no data rows is rejected with CSV_EMPTY_FILE_ERROR.
BulkCostPriceCsvInput.mappings ● [BulkCostPriceCsvMapping!] list input
List of BulkCostPrice mappings
Member Of
bulkCostPriceCsvImport mutation