Skip to content

Latest commit

 

History

History

auto-tag-orders-by-financial-status

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Auto-tag orders by financial status

Tags: Auto-Tag, Financial Status, Orders

This task watches new and updated orders, and updates their tags according to their financial status.

Default options

{
  "financial_statuses_and_tags__required_keyval": {
    "pending": "payment-pending",
    "authorized": "",
    "partially_paid": "",
    "paid": "",
    "partially_refunded": "",
    "refunded": "",
    "voided": ""
  },
  "remove_outdated_financial_status_tags__boolean": true
}

Learn about task options in Mechanic

Subscriptions

shopify/orders/updated

Learn about event subscriptions in Mechanic

Documentation

This task watches new and updated orders, and updates their tags according to their financial status.

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!