Hi ,
I am working on a Django project in which I have to fetch all the products uploaded by my client in channel advisor platform. I am using the REST Api end points and python request module to fetch the data. Fetching of the products and its corresponding image and attributes seems to be taking long time. Client has around 3.5 lakhs products, but 2 days of continuous running has fetched only 22k products. Is there any other option to fetch the products much faster?
Also my client made some changes in Channel Advisor platform, but I'm unable to reflect in my platform. Is there any webhook facility with Channel Advisor so that I can get notified about product changes in Channel Advisor platform?
Thanks in Advance.