moveFolders( )


Move folders to a specific folder or to root level.

Important: You can only call this method when authenticated as a Wix user or by using an account level API key.

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?