Skip to content

Latest commit

 

History

History
 
 

raise-the-price-of-a-product-after-every-sale

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Raise the price of a product after every sale

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.)

Default options

{
  "product_id__required_number": null,
  "increase_price_by_this_much__number_required": null,
  "maximum_price__number": null
}

Learn about task options in Mechanic

Subscriptions

shopify/orders/paid

Learn about event subscriptions in Mechanic

Documentation

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.

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!