Unable to change asset's price using Roblox API

I want to change asset’s price via a Roblox API endpoint. However it doesn’t change anything and returns this error instead: “cannot release associated asset type”

The end point im using is “https://itemconfiguration.roblox.com/v1/assets/ASSETID/update-price”, however what I noticed is that when I get that error when I change it through a script, right after it I can do it on the website.

If someone could explain what this error means I would appreciate it a lot, as it isn’t documented anywhere

Use roproxy (https://itemconfiguration.roproxy.com/v1/assets/ASSETID/update-price)

Also correct me if I’m wrong but I’m pretty sure you can’t change asset prices and such through a script

You can’t do this directly in a script. You have to use a proxy or your own server

Currently there’s no api endpoint to change an item price, if you are trying to make a system to buy dev products of any price you may try this

Yeah, I was using roproxy indeed. I just posted a normal endpoint so people don’t get confused.

It works sometimes, sometimes it returns the error I described. It does indeed work if you use :RequestAsync and put in the proper headers, but after a few tries once again returns "cannot release associated asset type” in Response.Body