DocsAPI ReferenceProduct/bff/product/product-auto-translate
postProductAdmin BFF

/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

1 total
Body · 1
productCodestringRequired

Product code to auto-translate.

Request

POST /bff/product/product-auto-translate

post
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.

Get API Key