Product Import Service

Back

Overview

The Product Import service handles importing products from CSV files for a specific entity (supplier). It supports previewing the column mappings before committing the import.

All operations are tenant-aware.


Endpoints

Back to Catalog

POST

/api/v1/ProductImport/entity/{entityId}

Imports products from a CSV file for the specified entity.

Route parameters:

Request:

Behavior:

Response:

Authorization:


POST

/api/v1/ProductImport/entity/{entityId}/preview-mappings

Previews column mappings from a CSV file without performing the import.

Route parameters:

Request:

Behavior:

Response:

Authorization:


Notes