The Async Job API provides access to asyncronous jobs across Wix's APIs. Use this API to check job status (initialized, processing, etc.) and job item successes and failures.
- Job: An async bulk activity executed by Wix's servers. For example, bulk updating products.
- Job item: An individual action executed as part of a job. For example, an individual product update.
- Job status: Job Status: The current stage or progress of the asynchronous job process. Statuses include:
- Initialized.
- Processing.
- Finished.
- Failed.