Purpose
1.2. This automation helps maintain accurate online inventory, enhances customer experience, minimizes manual updates, reduces staff errors, and supports operational continuity during peak sales.
1.3. Enables automatic deactivation or delisting of SKUs on e-commerce, POS, and marketplace platforms to ensure only available stock is listed, reducing fulfillment delays and customer dissatisfaction.
Trigger Conditions
2.2. Periodic inventory scan detects zero or negative stock status.
2.3. Manual SKU flag as “out of stock” in ERP or POS system.
2.4. Webhook or API event sent by WMS/IMS on inventory depletion.
Platform Variants
• API: InventoryLevel/update
• Config: Automate “available = 0” to set product “published = false”.
3.2. WooCommerce
• REST API: PUT /wp-json/wc/v3/products/[id]
• Config: Automate inventory sync and set “stock_status=‘outofstock’”.
3.3. Magento
• API: POST /V1/inventory/source-items
• Config: Automate item removal via “status=0” and “quantity=0”.
3.4. BigCommerce
• API: PUT /catalog/products/[id]
• Config: Automate “inventory_level=0” triggers “is_visible=false”.
3.5. Amazon Marketplace Web Service (MWS)
• API: POST Feed API-InventoryFeed
• Config: Automate feed with “quantity=0” for automated deactivation.
3.6. eBay
• Trading API: ReviseInventoryStatus
• Config: Automate to update “Quantity=0” for automatic listing end.
3.7. Lightspeed Retail
• API: Inventory endpoint
• Config: Automate product status to “archived” when stock is zero.
3.8. Square
• Catalog API: POST /v2/catalog/object
• Config: Automator sets item “is_published=false” on zero stock.
3.9. PrestaShop
• Webservice API: stock_availables
• Config: Automate “quantity=0” updates to hide the product.
3.10. Wix Stores
• API: updateProductInventory
• Config: Automate call to set “inStock=false”.
3.11. SAP Commerce Cloud
• OCC API: PATCH /products/{code}/stock
• Config: Automate “stockLevel=0” triggers product unpublishing.
3.12. NetSuite
• REST API: Inventory Item
• Config: Automate script to “displayinwebstore=false” for zero on-hand.
3.13. Vend
• API: Product Inventory
• Config: Automate “is_active=false” when item becomes out of stock.
3.14. Salesforce Commerce Cloud
• OCAPI: PATCH /inventory_records/{id}
• Config: Automates “ATS=0” triggers product hide.
3.15. OpenCart
• API: Product edit
• Config: Automate setting “status=0” for zero-stock products.
3.16. Zoho Inventory
• API: Update Item
• Config: Automator invokes “available_stock=0” to deactivate item.
3.17. QuickBooks Commerce
• API: Product/Update
• Config: Automates “status=inactive” if stock drops to zero.
3.18. Etsy Shop Management
• API: updateListingInventory
• Config: Automate “quantity=0” to set “state=‘inactive’”.
3.19. Commercetools
• API: POST /products/{id}/publish
• Config: Automated “isPublished=false” when stock runs out.
3.20. Mirakl Marketplace
• API: PUT /api/offers
• Config: Automate with “quantity=0” to unlist the offer.
Benefits
4.2. Automates stock visibility, improves customer trust, and enhances store credibility.
4.3. Reduces manual work, automates tedious checks, and decreases errors in the delisting process.
4.4. Enables always-accurate catalogs and automatable operations, supporting scalable outlet store automation.
4.5. Automatedly notifies staff or managers of stockouts for optimized reordering.
4.6. Facilitates faster restocking once new inventory arrives, via automated triggers to re-list items.