Jump to content

Prestashop 1.7.8.x automatic storage sync with external source


grupaperun

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...