createCsvImport
Create an import using a CSV file. This could also be called "createPreview" as it does not actually start the import.
The permissions required vary depending on the type of import requested.
createCsvImport(
csvData: String!
importType: SupplyImportType!
name: String!
supplierId: ID!
): SupplyImport!
Arguments
createCsvImport.csvData ● String! non-null scalar
createCsvImport.importType ● SupplyImportType! non-null enum
createCsvImport.name ● String! non-null scalar
createCsvImport.supplierId ● ID! non-null scalar
Type
SupplyImport object
An import for the Supply Domain.