Tools Catalog / WooCommerce tools / wc_batch_update_products

wc_batch_update_products tool reference for StifLi Flex MCP

Write
Group Products and variationsCapability edit_products

updates multiple products in a batch.

Description

updates multiple products in a batch.

What it is for

  • Applying bulk changes to stock, prices, or status.

Example use case

seasonal catalog update.

Sample prompt

Batch update these product IDs to set their sale price and mark them as featured for the campaign.

Sample response

{
  "tool": "wc_batch_update_products",
  "status": "ok",
  "updated": true
}

What does wc_batch_update_products do?

updates multiple products in a batch.

Does wc_batch_update_products modify store data?

Yes. It is a write operation and can create, update, or delete data depending on arguments.

Which capability is commonly required?

It usually runs under controls compatible with edit_products and the active MCP profile.

How should wc_batch_update_products be used safely?

Enable write confirmations, test in staging first, and keep changelog/rollback enabled.