Stores/Orders

Hi experts,

I’m trying to use the wixdata.bulkUpdate, but getting error: collection name must contain only alphanumeric characters, underscores and dashes and have a maximum length of 36 characters. Help
import wixData from ‘wix-data’;

export async function post_getorders(request) {
let requestBody = await request.body.json();
let optionsData = {“suppressAuth”: true };
let arrayUpdates = requestBody.updates;
let results = await wixData.bulkUpdate(“Stores/Orders”, arrayUpdates, optionsData);

}

Thank you,

Peter

BTW,
I tried wixData.bulkSave and it gave the same error.

I tried wixData.update and it gave Error: Unknown error. Request ID: 1575400029.9113015040975126306. Message: Request failed with status code 404.

I tried wixData.save and it gave Error: Unknown error. Request ID: 1575399905.98430137049267114909. Message: Request failed with status code 404.