About the Async Jobs API

The Async Jobs 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.

Terminology

  • 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.
Was this helpful?
Yes
No