Warning: Wix Data APIs currently require the site's code editor to be enabled manually. For this reason, we recommend against using these APIs for developing Wix CLI apps and self-hosted apps.
The Data Movement Jobs API allows you to create and manage jobs to move data to and from a Wix site. Jobs can transfer data items or localized CMS content between data collections, files, or sites.
Note: By default, jobs run on the current site. However, a job can run on any site in the same account. Learn more about managing multiple sites under one account.
With the Data Movement Jobs API, you can:
It's important to note the following points before starting to code:
When working with the Data Movement Jobs API, you might encounter the following errors:
Error Code | Description |
---|---|
WDH0000 | Unknown error. |
WDH0001 | Validation error during initialization. |
WDH0002 | Internal service error when calling other Wix APIs. The error message contains additional information. |
WDH0003 | Invalid data error when the data you're trying to move has an invalid format or unexpected values. For example, when uploading a file with corrupt contents or in an unsupported format. |
Errors can also be generated by other Wix services, such as the Data Items API or the Multilingual API.
Learn more about Wix Data error codes.