/bff/product-category/import-csv
Validates and (if dryRun=false) applies the CSV. Existing categories are matched by code and updated; missing codes are inserted. The importer never deletes.
Product CategorypostBffProduct-categoryImport-csv
Parameters
2 body
Body · 2
csvstringRequiredRaw CSV content.
dryRunbooleanIf true, returns only the diff without applying.
Request
POST /bff/product-category/import-csv
curl -X POST "https://api.bizkithub.com/bff/product-category/import-csv" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"csv": "example_csv",
"dryRun": false
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.