App Introduction
Automatically move, hide, and alert on sold-out products to boost conversion rates and sales. This app simplifies product management by automatically pushing sold-out items to the bottom of collections, hiding them when out of stock, and unhiding them when back in stock. Keep your storefront tidy without manual work. Plus, automatic alerts for out-of-stock and low-inventory items help you restock efficiently and avoid missing sales opportunities.
Core Functionality
- Automatically push sold-out products to the bottom of collections.
- Automatically hide sold-out products in real-time or after a few days.
- Send alerts when products or variants are out of stock for quick restocking.
- Easily manage inventory to boost customer satisfaction.
- Maintain a clean, organized store to improve conversion rates and increase sales.
Merchant-Friendly
- Independent Station Merchants
- Small & Medium E-commerce Sellers
- Multi-category E-commerce
- Boutique Merchants
- Cross-border E-commerce Sellers
Basic Information
- Developer:redsun
- Address:Ha Noi, Vietnam, Ha Noi, 100000, VN
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:1 comment
- Release Date:2023-7-10
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
BASIC
免费
- Up to 50 products and 100 collections
- Move out-of-stock items down
- Hide and redirect out-of-stock items
- Alert for out-of-stock items
- Real-time automated processes
STANDARD
$3.99 / 或 $35.88/年(可节省 25%)
- Up to 500 products and 100 collections
- Move Out-of-Stock Items Down
- Hide and Redirect Out-of-Stock Items
- Alert for Out-of-Stock Items
- Real-Time Automated Workflow
ADVANCE
$7.99 / 或 $71.88/年(可节省 25%)
- Up to 10,00 products and 300 collections
- Move Out-of-Stock Items Down
- Hide and Redirect Out-of-Stock Items
- Alert for Out-of-Stock Items
- Real-Time Automated Workflow
PREMIUM
$15.99 / 或 $143.88/年(可节省 25%)
- Up to 100,000 products and 5,000 collections
- Move Out-of-Stock Items Down
- Hide and Redirect Out-of-Stock Items
- Alert for Out-of-Stock Items
- Real-Time Automated Processes
User Location & Comments
User Location
Comments
Shopify API Used
- PUT /admin/api/collections/{collection_id}.json
- GET /admin/api/collections/{collection_id}/products.json
- POST /admin/api/collections/{collection_id}/sort_orders.json
Permission:write_collections,read_collections,manage_products
- PUT /admin/api/products/{product_id}.json
- PUT /admin/api/variants/{variant_id}.json
- GET /admin/api/products.json?status=sold_out
Permission:write_products,read_products,manage_inventory
- POST /admin/api/notifications.json
- GET /admin/api/inventory_levels.json?available=0
- PUT /admin/api/inventory_levels.json
Permission:write_notifications,read_inventory,manage_products
- PUT /admin/api/inventory_levels.json
- GET /admin/api/inventory_items.json
- POST /admin/api/webhooks.json?topic=inventory_levels/update
Permission:write_inventory,read_inventory,manage_products
- PUT /admin/api/collections/{id}/products.json
- GET /admin/api/products.json?status=active
- POST /admin/api/collections/{id}/sort_orders.json
Permission:write_collections,read_products,manage_shop