Drodl: Hide SoldOut Products
App Introduction
Easily hide out-of-stock products and receive low-stock alerts to ensure you never miss a restock. AutoHide automatically hides out-of-stock products in your store, saving you the time and effort of manual operations. It offers one-click installation, low-stock notifications, the ability to exclude specific products from being hidden, and the option to hide products without images. AutoHide regularly syncs data from your inventory and store to ensure all products are up-to-date and available for purchase. With AutoHide, you can avoid the hassle of manually updating products.
Core Functionality
- Manual Scan: One-click to scan and hide all out-of-stock products
- Low Stock Alerts: Receive email notifications when product inventory is low
- Sync Interval: Adjust the app's sync frequency to match your inventory update schedule
- Exclusion Rules: Exclude specific products you don't want the app to hide
- Supports out-of-stock variant hiding (requires a one-time additional setup fee)
Merchant-Friendly
- Small & Medium E-commerce Merchants
- Independent Station Sellers
- Multi-category Retail Merchants
- Inventory Management Merchants
Basic Information
- Developer:Anglerfox 🏆
- Address:L-148, 5th Main Rd, Sector 6, HSR Layout, Bengaluru, KA, 560102, IN
- Price: Free / Free plan
- Rating:4.7 / 5
- Comment Count:24 comment
- Release Date:2018-6-18
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Basic Plan
- Auto Hide and Unhide Products
- Low Stock Alert
- Scan Store Sold-Out Products Every 24 Hours
- Manual Product Scan
- Any 1 Sales Channel
Pro Plan
- All features of Basic Plan
- Scan store sold-out products every 2 hours
- URL scanning
- Exclude products you don't want to hide/unhide
- POS support
Plus Plan
- All features of Pro Plan
- Smart tags
- Scan every 1 hour
- Hide/unhide products below a specific quantity
- Instant low stock alerts
- Multiple sales channels
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/products/hide.json
- GET /admin/api/products.json?status=outofstock
- PUT /admin/api/products/{product_id}.json
Permission:write_products,read_products,manage_inventory
- POST /admin/api/notifications/alert.json
- GET /admin/api/inventory_levels.json?inventory_quantity<5
- PUT /admin/api/notifications/alert/{id}.json
Permission:write_notifications,read_inventory,manage_notifications
- POST /admin/api/apps/{app_id}/settings/sync.json
- PUT /admin/api/apps/{app_id}/settings/sync.json
- GET /admin/api/apps/{app_id}/settings/sync.json
Permission:write_apps,read_apps,manage_settings
- POST /admin/api/products/exclude.json
- PUT /admin/api/products/exclude/{id}.json
- GET /admin/api/products/exclude.json
Permission:write_products,read_products,manage_rules
- POST /admin/api/products/{product_id}/variants/hide.json
- PUT /admin/api/products/{product_id}/variants/{variant_id}.json
- GET /admin/api/products/{product_id}/variants.json?available=false
Permission:write_products,read_products,manage_inventory