About the Async Job API

The Async Job API allows you to access asyncronous jobs from across Wix's APIs. Use this API to check job status (initialized, processing, etc.) and job item successes and failures.

Note that this API is not useful on its own - it's a way to access asynchronous jobs from other Wix APIs. For example, Wix Stores' Bulk Update Products by Filter.

Use cases

Terminology

  • Job: An asynchronous 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: The current stage or progress of the asynchronous job process. Statuses include:
    • Initialized.
    • Processing.
    • Finished.
    • Failed.
Did this help?