Wix store database update

Hi, is it possible from wix code to add/modify a products from the PRODUCTS DATABASE OF WIX STORE. (Not going with the interface from Wix but doing it directly at the database level)

This would be a must if you want to integreate your 3rd party software inventory to the Wix store.

Any help ?

Hello, yes this is possible.

You can do it through code: wix-data - Velo API Reference - Wix.com
or manually clicking on cells and updating the information inside of the cell.

Best,
Majd

Sorry, I am reading myself and I just notice that I didn’t explain myself right :frowning:

What I want to do is to be able to modify from Code the database PRODUCTS from the wix store. It is currently set to READ only and cannot be modified from what I see. Read only is the only choice for that database and each time I try to do an INSERT from the code, it’s not working

Is this something possible ?

Unfortunately not, the only way to currently add products is through the Wix Store App.