Skip to main content

productCsvImport

Import products from a CSV file.

Processes a CSV file containing product data and creates multiple products in batch. Provides detailed feedback on successful imports and any errors encountered during processing.

Possible errors:

  • BULK_CREATE_PRODUCT_ERROR: Failed to process the CSV file

AUTH: Role=[product.OWNER]

productCsvImport(
input: ProductCsvInput!
): CsvImportResponse!

Arguments

productCsvImport.input ● ProductCsvInput! non-null input

CSV file and mapping configuration for product import.

Contains the CSV file data and field mappings to define how CSV columns correspond to product properties.

Type

CsvImportResponse object