grupaperun Posted June 29, 2022 Share Posted June 29, 2022 Hello everyone, I have received some external API URL's from my client. He wants to connect his Prestashop storage with external source. Here is what I have/know: External storage API urls API requires BasicAuth autorization Data structure looks like this [ { "index": "", "name": "", "ean": "", "amount": "", "unit": "", "price": { "netto": "", "brutto": "", "currency": "" }, "images": [ { thumbUrl: "", url: ""} ], "attachments": [ { thumbUrl: "", url: ""} ] } ] Maybe there is someone who knows how can I import all products from external source to my Prestashop and then set automatic synchronisation of stock quantities and prices? Is there any module I can buy to do this or rather I need some custom coding? Please help. Link to comment Share on other sites More sharing options...
Rhobur Posted June 30, 2022 Share Posted June 30, 2022 Look in https://addons.prestashop.com/en/ for a module that allows JSON imports. Or search the forums for a free one if there is one. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now