I want to import JSON links and save to the database, and how to make my own controller

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
RyadShaker
Posts: 5
Joined: 06 Mar 2023, 10:07

I want to import JSON links and save to the database, and how to make my own controller

Post by RyadShaker » 20 May 2023, 16:07

environment (Win)
PHP version 8.0
I want to import JSON links and save to the database, and how to make my own controller

User avatar
aimeos
Administrator
Posts: 7884
Joined: 01 Jan 1970, 00:00

Re: I want to import JSON links and save to the database, and how to make my own controller

Post by aimeos » 21 May 2023, 08:00

Can you please explain in more details what you want to do and why?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
RyadShaker
Posts: 5
Joined: 06 Mar 2023, 10:07

Re: I want to import JSON links and save to the database, and how to make my own controller

Post by RyadShaker » 21 May 2023, 08:59

I have a store. I want to export products from my store as JSON and import them into aimeos

User avatar
aimeos
Administrator
Posts: 7884
Joined: 01 Jan 1970, 00:00

Re: I want to import JSON links and save to the database, and how to make my own controller

Post by aimeos » 21 May 2023, 09:23

To import JSON data, you would have to create your own importer. If you can export XML from your current store, it can be imported using the Aimeos XML importers:
https://aimeos.org/docs/latest/cronjobs ... ml-import/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply