Change the price of a product on demand ("product.price")

Hi all,

Is there a way to change the price of a product on demand?

I would like to achieve something like this: https://www.bythenamesake.com/products/the-yoko, I am developing a configurator for my store, and I am running into the problem that I need to modify the price of the user’s choices, there is a Shopify function or API to request the price change/update? Is the solution to make a Shopify plugin?

I would appreciate any help, I have little knowledge on this platform and I really don’t know where to go to solve my problem.

Note: If your answer is to manually create variants in the product, keep in mind that price changes are exponential and depend on other options chosen by the user, just in case.

Hi @RubenFD ,

Storefront API will not allow any product price modifications. So far, the only solution to this is to create a product using the Admin API. See documentation here. You have to have an APP development knowledge to do this by yourself. You can also use an app but I do not know of an app to recommend