App Introduction
Sell More Through Sorting – Advanced Collection Sorting Tool to Boost Product Visibility and Merchandising Enhance how your products appear in collections – no coding required. Smart Collection App helps Shopify merchants organize their collections with robust sorting and merchandising options. Whether you’re launching new products, managing sales, or optimizing the customer experience, this app gives you flexible control over how your products are displayed. Sort collections based on your business needs using automatic rules, manual control, or CSV import.
Core Functionality
- Sort by Size Availability: Show products with more available variants or sizes
- Custom Sorting: Define your own rules using custom attributes
- Sort by Price Range: Display products within a specific price range at the top
- CSV Sorting: Bulk manage product sorting using CSV import/export
- Create Collections by Variant Availability: (e.g., show only items with size “M”)
Merchant-Friendly
- Apparel Footwear Merchants
- Home Goods E-commerce
- Multi-category Independent Stores
- Jewelry Accessories Sellers
Basic Information
- Developer:Ozeefy
- Address:Goshi Warehouses, Street 22, WH # 11 – Al Quoz Ind 3, Dubai, AZ, 79998, AE
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2022-10-31
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Basic
- Up to 20 Advanced Collections
- Manual Sync
- Auto Sync Every 36 Hours
- All Basic Features
- Up to 1000 Products
Standard
- Up to 50 advanced collections
- Automatically sync every 24 hours
- Sort by discount
- Includes all features of Basic
- Up to 5000 products
Business
- Up to 100 Advanced Collections
- Auto-sync every 12 hours
- Sort by CSV
- Includes all features of Standard
- Up to 10,000 products
Pro
- Includes all features of Business
- Automatically syncs every 6 hours
- Unlimited products
User Location & Comments
User Location
Comments
Shopify API Used
- GET /admin/api/products.json?sort_by=variant_availability
- GET /admin/api/collections/{id}/products.json?sort_by=variant_availability
- GET /admin/api/products.json?fields=title,variants&sort_by=variant_count
Permission:read_products,read_collections,manage_products
- POST /admin/api/collections/{id}/sort_order.json
- PUT /admin/api/collections/{id}/sort_order.json
- GET /admin/api/collections/{id}/sort_order.json
Permission:manage_collections,read_products,write_products
- GET /admin/api/products.json?min_price=10&max_price=100&sort_by=price
- GET /admin/api/collections/{id}/products.json?price_range=10-100
- GET /admin/api/products.json?fields=title,price&sort_by=price_range
Permission:read_products,read_collections,manage_products
- POST /admin/api/products/export.json?fields=title,sort_order
- POST /admin/api/products/import.json
- GET /admin/api/collections/{id}/products.json?fields=title,sort_order
Permission:write_products,read_products,manage_products
- POST /admin/api/collections.json
- PUT /admin/api/collections/{id}/rules.json
- GET /admin/api/collections/{id}/products.json
Permission:manage_collections,read_products,write_products