Skip to main content

attributeDescriptionCsvImport

Import attribute descriptions from CSV file for bulk operations.

Processes a CSV file containing attribute description definitions and creates or updates multiple descriptions in a single operation. Provides detailed import results including success and error counts.

attributeDescriptionCsvImport(
input: AttributeDescriptionCsvInput!
): CsvImportResponse!

Arguments

attributeDescriptionCsvImport.input ● AttributeDescriptionCsvInput! non-null input

CSV import configuration including file data and processing options.

Contains the CSV file content and import settings for bulk attribute description creation or updates.

Type

CsvImportResponse object