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

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