/bff/product/product-auto-translate
Automatically translates the product name, short description, and long description from the organisation default locale to all other configured organisation locales using AI. Existing translations are overwritten. After translation, the product read model is regenerated.
ProductpostBffProductProduct-auto-translate
Parameters
1 body
Body · 1
productCodestringRequiredProduct code to auto-translate.
Request
POST /bff/product/product-auto-translate
curl -X POST "https://api.bizkithub.com/bff/product/product-auto-translate" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"productCode": "my-product"
}'Response
JSON payload
{
"translatedLocales": [
"string"
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.