There is a JSON RestAPI to get vehicle data.
I have a customized product and it is easy to add products in the back-office panel.
I need to add/update property data in the code programmatically.
But I don't have a clue how to add/update data from JSON data.
How to update Product data programmatically?
There is a JSON RestAPI to get vehicle data. I have a customized product and it is easy to add products in the back-office panel. I need to add/update property data in the code programmatically. But I don't have a clue how to add/update data from JSON data.
You can create an UmbracoApiController, then use ContentService.
Umbraco Api Controller Documentation
Content Service Documentation
is working on a reply...