Skip to main content

bulkPriceCsvImport

Import bulk price data from CSV file format.

Processes CSV data to create or update multiple bulk price records efficiently. Provides detailed import results including success counts, validation errors, and processing status.

Possible errors:

  • BULK_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]

bulkPriceCsvImport(
input: BulkPriceCsvInput!
): CsvImportResponse!

Arguments

bulkPriceCsvImport.input ● BulkPriceCsvInput! non-null input

CSV import configuration including file data and processing options.

Must contain valid CSV data with proper column mapping for bulk price fields.

Type

CsvImportResponse object