Update the price of the products with the v3 API

So I try to update all the prices of my product in my product catalog programmatically. I have gone through the documentation to the product price | Catalyst of business support
and I see that there is no end point of update of the prices of the products.  I tried also just do a PUT option with an AJAX call and is not no longer works.  Can't BC really have a way to update the prices of the products via an application?  I did a lot of things with the API v3, so I assumed that any of this would be a given, but maybe I'm wrong.

var myurl = "/ webresources/api/v3/sites/current/products / ' + myproductid + ' / price";
var requestC = $.ajax({)
URL: myurl
type: "PUT."
connection: "keep-alive"
contentType: "application/json",
MIME type: ' application/json ',.
headers: {'Authorization': $.cookie ('access_token')},
processData: false,
data: JSON.stringify ({}
"retailPrice': '533.00."
'Flags': '533.00'
})
});

You can't do that. The API of POSITION for the products had not been with the rest of the update of the POST API on the products. I already talked to the engineers on this subject. No update on when it will be executed has been given.

Tags: Business Catalyst

Similar Questions

Maybe you are looking for