Skip to content

Latest commit

 

History

History
 
 

auto-fulfill-items-that-dont-require-shipping

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Auto-fulfill items that don't require shipping

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.

Default options

{
  "wait_until_any_other_shippable_items_are_fulfilled__boolean": null,
  "ignore_products_with_this_tag": null
}

Learn about task options in Mechanic

Subscriptions

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

Documentation

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.

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!