Import products from Excel
POST/v1/spaces/:spaceId/productCatalogs/:catalogId/products:import
Import products into a catalog from an Excel file. Supports UPDATE (update existing only), APPEND (add new only), or UPSERT (update or create) modes.
Scope: space_write
This Endpoint is part of: product-catalog-service
Request
Responses
- 200
- 400
- 404
- 422
Import completed
Bad Request - Invalid file or data
Product Catalog not found
Unprocessable Entity - File validation failed