Tags: Archive, Fulfillment, Orders
Just as it says. :) Archives orders immediately upon fulfillment, or after a configurable number of days.
- View in the task library: tasks.mechanic.dev/auto-archive-orders-after-fulfillment
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"days_to_wait_after_fulfillment_before_archiving__number": null
}
Learn about task options in Mechanic
shopify/orders/fulfilled{% if options.days_to_wait_after_fulfillment_before_archiving__number %}+{{ options.days_to_wait_after_fulfillment_before_archiving__number }}.days{% endif %}
Learn about event subscriptions in Mechanic
Just as it says. :) Archives orders immediately upon fulfillment, or after a configurable number of days.
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!