Tags: Fulfillment, Orders
Useful for digital products, memberships, or anything else that needs to be fulfilled instantly. This task watches for paid orders, and auto-fulfills all line items that don't require shipping.
- View in the task library: tasks.mechanic.dev/auto-fulfill-items-that-dont-require-shipping
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"wait_until_any_other_shippable_items_are_fulfilled__boolean": null,
"ignore_products_with_this_tag": null
}
Learn about task options in Mechanic
shopify/orders/paid
{% if options.wait_until_any_other_shippable_items_are_fulfilled__boolean %}
shopify/orders/partially_fulfilled
shopify/orders/fulfilled
{% endif %}
Learn about event subscriptions in Mechanic
Useful for digital products, memberships, or anything else that needs to be fulfilled instantly. This task watches for paid orders, and auto-fulfills all line items that don't require shipping.
Optionally, choose to ignore products with a specific tag, and wait until other shippable items are fulfilled, if any.
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!