0.0.6 • Published 7 years ago

shopify-importer v0.0.6

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

ShopifyImporter

NPM Version NPM Downloads

A tool for importing smart collections into Shopify

Installation

$ npm install -g shopify-importer

Get API Access

Usage

$ shopify-importer [filename.csv] --apikey=[apikey] --password=[password] --shop=[shop]
  • apikey = apikey from private app
  • password = password from private app
  • shop = shop name without https:// and .myshopify.com

CSV Format

HandleTitleImageDescriptionColumnRelationCondition
product-titleProduct Titlehttp://...Lorem Ipsum...tagequalstag-name
  1. handle (optional)
  2. title (required)
  3. image (optional)
  4. description (optional)
  5. column (required)

    The following columns are restricted to text relations:

    • title
    • type
    • vendor
    • variant_title

    The following columns are restricted to number relations:

    • variant_compare_at_price
    • variant_weight
    • variant_inventory
    • variant_price

    The following column is restricted to the equals relation:

    • tag
  6. relation (required)

    Number relations:

    • greater_than
    • less_than
    • equals
    • not_equals

    Text relations:

    • equals
    • not_equals
    • starts_with
    • ends_with
    • contains
    • not_contains
  7. condition (required)

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago