Skip to content

nonusae/shopify_app_nonusae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product tags translator app

How to Use Custom Task

Import products

  • 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]

Upload products to Lazada

  • For upload products in database to lazada use following command
rake product_tasks:upload_to_lazada

Clear database

  • 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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 80