How to develop the function of importing Taobao data package for PHP e-commerce website
習慣沉默2017-06-30 09:54:06
0
1
897
Party A thinks it’s troublesome to upload products by itself and wants to save trouble and directly import Taobao’s data package! What is the implementation idea? Are there any e-commerce websites on the market that have implemented such a function?
I don’t know what the Taobao seller backend looks like. But generally speaking, there are three options
1. If Taobao provides an interface, it will be connected to your mall according to the interface definition
2. If Taobao backend can export product data, analyze the format of the exported data and create an upload and import function in your mall backend
3. This collection program captures the product data of your Taobao store and puts it into your own mall