App Introduction
This app enables you to import products into your store from files in XML, CSV, JSON, and Excel formats. Only existing products imported via this app can be updated. This way, if you have products across different stores, the app allows you to sync inventory. If you have product links provided by suppliers, you’ll need this app to achieve a faster, automated process. Additionally, the app supports importing files directly from your computer. *Tip: If you only need a one-time import without updates, you can subscribe for one month, which will let you import products and collections.
Core Functionality
- Auto-update and import new products (not available in all plans)
- Select content to import/update and preview before importing
- Filter products by brand, tag, quantity, etc.
- Replace text in the original file, adjust prices, and set change rules
- Can fetch products from certain webpages; products will be retained if the app is uninstalled
Merchant-Friendly
- Independent Station Merchants
- Multi-category E-commerce
- Cross-border E-commerce Sellers
- Bulk-listing Merchants
Basic Information
- Developer:Dalibor
- Address:zhil vern, Skopje, 1000, MK
- Price: Free / Free plan
- Rating:3.3 / 5
- Comment Count:12 comment
- Release Date:2019-11-13
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Free
- 10 File Sources
- Import 20 Products
- Import Unlimited Categories and Variants
- Apply Updates Continuously
Basic
- 20 file sources
- Import 10,000 products
- Import unlimited categories and variants
- Products will be retained if the app is deleted
Professional
- 30 file sources
- Automatic import/update for all files
- Import 40,000 products
- Import unlimited categories and variants
Ultra
- Unlimited File Sources
- Automatic Import/Update for All Files
- Import 100,00 Products
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/products/imports.json
- GET /admin/api/products/imports/{id}.json
- PUT /admin/api/products/imports/{id}/start.json
Permission:write_products,read_products,manage_products
- POST /admin/api/products/imports/preview.json
- GET /admin/api/products/imports/{id}/preview.json
- PUT /admin/api/products/imports/{id}/preview/select.json
Permission:read_products,manage_products,read_orders
- GET /admin/api/products.json?brand={brand}
- GET /admin/api/products.json?tag={tag}
- GET /admin/api/products.json?limit={limit}
Permission:read_products,read_inventory,manage_products
- POST /admin/api/products/bulk.json
- PUT /admin/api/products/{id}.json
- GET /admin/api/products/bulk/history.json
Permission:write_products,manage_products,write_inventory
- POST /admin/api/products/imports/web.json
- GET /admin/api/products/imports/web/{id}.json
- PUT /admin/api/products/imports/web/{id}/save.json
Permission:write_products,read_products,manage_apps