Tags: Auto-Tag, Fulfillment, Orders, Shipping
When an order is fulfilled, this task will scan the tracking information for each fulfillment. The name of each tracking company on file – i.e. the fulfillment carrier – will be used to look up a new order tag to apply, per the task's configuration.
- View in the task library: tasks.mechanic.dev/auto-tag-fulfilled-orders-by-carrier
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"fulfillment_carriers_and_order_tags__keyval_required": {
"DHL Global": "international"
}
}
Learn about task options in Mechanic
shopify/orders/fulfilled
Learn about event subscriptions in Mechanic
When an order is fulfilled, this task will scan the tracking information for each fulfillment. The name of each tracking company on file – i.e. the fulfillment carrier – will be used to look up a new order tag to apply, per the task's configuration.
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!