Tools Catalog / WooCommerce tools / wc_batch_update_orders

wc_batch_update_orders tool reference for StifLi Flex MCP

Write
Group Orders, notes and refundsCapability edit_shop_orders

updates multiple orders in a batch.

Description

updates multiple orders in a batch.

What it is for

  • Applying bulk status or metadata changes.

Example use case

marking a batch as completed.

Sample prompt

Batch update these order IDs and set them all to completed after shipment confirmation.

Sample response

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

What does wc_batch_update_orders do?

updates multiple orders in a batch.

Does wc_batch_update_orders 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_shop_orders and the active MCP profile.

How should wc_batch_update_orders be used safely?

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