Tags: Price, Products
This task monitors purchases for a specific product ID, and raises the price every time it's purchased, by the amount that you specify. (To be specific, this task will raise the price on the individual variant that was purchased.)
- View in the task library: tasks.mechanic.dev/raise-the-price-of-a-product-after-every-sale
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"product_id__required_number": null,
"increase_price_by_this_much__number_required": null,
"maximum_price__number": null
}
Learn about task options in Mechanic
shopify/orders/paid
Learn about event subscriptions in Mechanic
This task monitors purchases for a specific product ID, and raises the price every time it's purchased, by the amount that you specify. (To be specific, this task will raise the price on the individual variant that was purchased.)
Configure this task with the ID of the product you want to monitor. Find the product ID by opening the product in the Shopify admin, and using the numbers at the very end of the URL in your browser. For example, the product at https://example.myshopify.com/admin/products/1234567890
would have a product ID of 1234567890
.
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!