Tags: Bulk, Inventory
Super simple. Scans all inventory levels in your store, on demand, and brings the negative ones back up to zero. Optionally, configure this task to run nightly.
- View in the task library: tasks.mechanic.dev/reset-negative-inventory-levels-to-zero-in-bulk
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"run_daily_at_midnight__boolean": null
}
Learn about task options in Mechanic
mechanic/user/trigger
{% if options.run_daily_at_midnight__boolean %}
mechanic/scheduler/daily
{% endif %}
mechanic/shopify/bulk_operation
Learn about event subscriptions in Mechanic
Super simple. Scans all inventory levels in your store, on demand, and brings the negative ones back up to zero. Optionally, configure this task to run nightly.
Find this task in the library at tasks.mechanic.dev, and use the "Try this task" button. Or, import this task's JSON export – see Importing and exporting tasks to learn how imports work.
Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.
Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!