top of page

Forum Posts

Henley Tan
May 16, 2020
In Coding with Velo
I use wixData to get the record from Stores/Products as below import wixData from 'wix-data'; wixData.query("Stores/Products").limit(15).find() .then( (results) => { console.log(results.items); } ); However in the results returned, I cannot get the collections properties. Please help.
0
3
1k
Henley Tan
May 02, 2020
In Coding with Velo
I'm following the "Full flow for creating a new product" example at: https://www.wix.com/corvid/reference/wix-stores-backend.html#createProduct I'm able to create product through the API using both logged on site member account and admin account before 26 Apr 2020. However, since 26 Apr 2020, I'm not able to create the product using site member account (admin account is OK). I got this error when I tried to create product using site member account: {message: "", details: {…}, errorGroup: "User"} Is there any changes to the API recently? How can I create new product using createProduct API?
0
1
139

Henley Tan

More actions
bottom of page