Create or update translations
Update or create simple attribute translations
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
attributeGroupName
| string Example: color |
Request body
requiredParameter | Details |
---|---|
-
| object Example: { "de_DE": "Zeichenkette in Deutsch", "en_GB": "String in english" } |
Responses
204
Attribute translations were successfully updated.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST