List saved import mappings
Returns saved column mapping templates for the lab. Optionally filter by import type (products, clients, price_lists, balance_list). Lab-only endpoint.
Returns saved column mapping templates for the lab. Optionally filter by import type (products, clients, price_lists, balance_list). Lab-only endpoint.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Response Body
application/json
curl -X GET "https://example.com/import/mappings"{ "mappings": [ null ]}Import products from CSV data POST
Imports product data from mapped CSV rows. Creates new products or updates existing ones matched by SKU. Auto-creates categories and subcategories as needed. Lab-only endpoint.
Validate import data before importing POST
Dry-run validation of mapped CSV rows for a given import type. Returns per-row validation results and a summary of valid/invalid counts without persisting anything. Lab-only endpoint.