App Introduction
Monitor and display inventory levels across all locations to help customers make informed purchasing decisions. This app provides real-time inventory visibility for all product variants and locations. Merchants can easily monitor inventory levels, set custom thresholds for in-stock, low-stock, and out-of-stock statuses, and display location-specific inventory information directly on product pages. The app helps prevent overselling, boosts customer trust, and streamlines inventory management through customizable display options and color-coded inventory indicators.
Core Functionality
- Show real-time inventory for each product variant and location
- Set custom thresholds for high, low, and out-of-stock levels
- Display color-coded inventory status directly on product pages
- Link locations to countries to show country-specific inventory
Merchant-Friendly
- Independent Station Merchants
- Multi-warehouse Inventory Merchants
- Cross-border E-commerce Merchants
- Multi-category E-commerce
Basic Information
- Developer:Tom I.T.
- Address:Poortkade 182, Zierikzee, 4302VA, NL
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2025-5-27
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Standard Plan
- Show Multi-Location Inventory
User Location & Comments
User Location
Comments
Shopify API Used
- GET /admin/api/inventory_levels.json?inventory_item_id={id}&location_id={loc_id}
- GET /admin/api/products/{product_id}/variants.json?fields=inventory_quantity
- GET /admin/api/locations.json?limit=250
Permission:read_inventory,read_products,read_locations
- POST /admin/api/inventory_policy.json
- PUT /admin/api/inventory_policy/{id}.json
- GET /admin/api/inventory_policy.json?inventory_item_id={id}
Permission:write_inventory,read_inventory,manage_products
- GET /admin/api/products/{product_id}/variants.json?fields=inventory_quantity,sku
- GET /admin/api/metafields.json?owner_resource=product_variant&namespace=custom
- POST /admin/api/metafields.json
Permission:read_products,read_inventory,write_metafields
- PUT /admin/api/locations/{id}.json
- GET /admin/api/locations.json?country={code}
- GET /admin/api/countries.json
Permission:write_locations,read_locations,read_countries