Skip to content

Latest commit

 

History

History
 
 

auto-archive-orders-after-fulfillment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Auto-archive orders after fulfillment

Tags: Archive, Fulfillment, Orders

Just as it says. :) Archives orders immediately upon fulfillment, or after a configurable number of days.

Default options

{
  "days_to_wait_after_fulfillment_before_archiving__number": null
}

Learn about task options in Mechanic

Subscriptions

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

Documentation

Just as it says. :) Archives orders immediately upon fulfillment, or after a configurable number of days.

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!