moveFolders( )


Move folders to a specific folder or to root level.

Important: This call requires an account level API key and cannot be authenticated with the standard authorization header. API keys are currently available to selected beta users only.

Method Declaration
Copy
Method Parameters
folderIdsArray<string>Required

List of folders IDs. Limited to 1000 folders.


optionsMoveFoldersOptions
Returns
Return Type:Promise<MoveFoldersResponse>
Errors
404Not Found

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?