- For import product from Shopify Using shopify api. Enter command in following format in terminal
- no_of_product => number of products you need to import (Enter 0 to import all products from output)
- page => page of the products in shopify product manager you want to select (Recomended value: 1)
- colllection_id => Shopify collections id
- product_type => Shopify products_type
- vendor => filter output by vendor
rake product_tasks:import_products[no_of_product,page,collection_id,product_type,vendor]
- For example if you to import 2 products from first page shopify store with collection_id =3310. You have to enter following command
rake product_tasks:import_products[2,1,3310]
- For upload products in database to lazada use following command
rake product_tasks:upload_to_lazada
- Uploading product to lazada task will upload all product in database to Lazada(If product is duplicated the uploader will skip it automatically). However I recommend to reset/clear our database everytime you want to upload new set products.
rake product_tasks:clear