bulkCostPriceCsvImport
Import bulk cost price data from CSV file format.
Processes CSV data to create or update multiple bulk cost price records efficiently. Provides detailed import results including success counts, validation errors, and processing status.
Possible errors:
- BULK_COST_PRICE_CSV_IMPORT_ERROR: Failed to process CSV import
- PRICE_NOT_FOUND_ERROR: One or more associated price records do not exist
AUTH: Role=[pricing.OWNER]
bulkCostPriceCsvImport(
input: BulkCostPriceCsvInput!
): CsvImportResponse!
Arguments
bulkCostPriceCsvImport.input
● BulkCostPriceCsvInput!
non-null input
CSV import configuration including file data and processing options.
Must contain valid CSV data with proper column mapping for bulk cost price fields.