cURL
curl --request POST \ --url https://api-eu.flexportal.io/v1/products/csv \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --header 'Tenant-ID: <tenant-id>' \ --form csvFile='@example-file'
{ "success": true, "message": "<string>", "created": 123, "updated": 123, "errors": [ { "row": 123, "error": "<string>" } ] }
Bulk import products and variants from a CSV file. Supports up to ~500 products per request.
API key obtained from FlexPortal dashboard
Your tenant identifier
CSV file with product data
Import completed
Products created
Products updated
Show child attributes