wixData for Stores/Orders

Hi,

when I try to get an order by ID from Stores/Orders via wixData I get an error:
Error: Unknown error, request ID: 1551803673.926665828142646657

My code is below.

wixData.get(‘Stores/Orders’, ‘c41b0cc5-ac21-4945-ba6b-3fb0a0806f82’)
.then( (results) => {
let item = results;
console.log(‘success’);
console.log(item);
} )
. catch ( (err) => {
let errorMsg = err;
console.log(‘error’);
console.log(errorMsg);
} );

There was a problem with permissions. Only Admin has access to Stores/Orders Collection.

Hi Ihor, How did you solved It?

Hi Jcampos,
No. It seems not possible.
It works only for the Admin role.