Skip to content

Latest commit

 

History

History
 
 

add-all-products-to-a-certain-sales-channel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Add all products to a certain sales channel

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.

Default options

{
  "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

Subscriptions

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

Documentation

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.

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!