Bagisto RESTful API for product translations ?
-
Hello everyone,
I'm currently working on integrating product translations into my Bagisto store via the REST API, but I haven’t found clear documentation on whether this is possible.
I have a multilingual store and need to create/update product translations programmatically using the API. Ideally, I’d like to:
Add translations for other languages (name, description, meta details, etc.) via API.
I've checked the API docs, but most examples only show basic product creation without localization support.Questions:
Is there an existing API endpoint for managing product translations?
If not, what would be the best approach to achieve this? Would it require custom API extensions?
Has anyone successfully implemented this, and if so, could you share some guidance?
Any help or insight would be greatly appreciated!Thanks in advance!
-
Hello @olivexy
For this, you need to customize the REST API. First, prepare the endpoint for translation. Now, whatever you want to translate, you can do it using AI, or you can use some third-party libraries that provide translation services.
Regards
Team Bagisto