Tags: Bulk, Products, Sales Channel
Does exactly as it says: this task will publish all products to the sales channel(s) of your choice, on demand. Optionally, filter products by a search query, or choose to have this task hourly or daily.
- View in the task library: tasks.mechanic.dev/add-all-products-to-a-certain-sales-channel
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"sales_channel_names__required_array": [
"Online Store"
],
"only_publish_products_matching_this_query": null,
"test_mode__boolean": true,
"run_hourly__boolean": null,
"run_daily__boolean": null
}
Learn about task options in Mechanic
mechanic/user/trigger
mechanic/shopify/bulk_operation
{% if options.run_hourly__boolean %}mechanic/scheduler/hourly{% endif %}
{% if options.run_daily__boolean %}mechanic/scheduler/daily{% endif %}
Learn about event subscriptions in Mechanic
Does exactly as it says: this task will publish all products to the sales channel(s) of your choice, on demand. Optionally, filter products by a search query, or choose to have this task hourly or daily.
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!