Sample Flow

This article shares some typical use cases you can support, as well as an example flow that supports each use case. You're certainly not limited to these use cases, but they can be a helpful jumping off point as you plan your implementation.

Get job results for Bulk Update Products by Filter call

You can update Wix Stores products in bulk, collect the resulting job ID and check the status and updated products with the Async Jobs API.

  1. Call Wix Stores' Bulk Update Products by Filter with products to update and collect the jobId from the response.
  2. Call Get Async Job to get the job status and number of items remain to be processed.
  3. Call List Async Job Items to retrieve the updated products.
Did this help?