Skip to content

Latest commit

 

History

History
 
 

reset-negative-inventory-levels-to-zero-in-bulk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Reset negative inventory levels to zero in bulk

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.

Default options

{
  "run_daily_at_midnight__boolean": null
}

Learn about task options in Mechanic

Subscriptions

mechanic/user/trigger
{% if options.run_daily_at_midnight__boolean %}
  mechanic/scheduler/daily
{% endif %}
mechanic/shopify/bulk_operation

Learn about event subscriptions in Mechanic

Documentation

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.

Installing this task

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.

Contributions

Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.

Task requests

Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!