How to structure your CSV
Let's see how to import your favorite products in ApiDrop to start selling them on your ecommerce store.
CSV structure is super simple and is made by a single column called ID that must contain product's id/code.
The CSV template can be downloaded from here
How to obtain product's ID
Banggood: Product's id is located inside the product's URL and inside product's page.
Let's say you want to import this product https://www.banggood.com/Original-Xiaomi-Xiaoai-Speaker-Pro-HiFi-Audio-Wireless-bluetooth-Mesh-Gateway-Stereo-Infrared-Control-Mi-Speaker-p-1642764.html
The product ID is located immediately after "-p-". In this example the ID is 1642764
But its also present on product's page

Aliexpress: Product's id is located exclusively inside product's URL
Let's say you want to import this product https://www.aliexpress.com/item/32980005546.html
The product ID is located immediately after "/item/". In this example the ID is 32980005546