Tools Catalog / WooCommerce tools / wc_create_order

wc_create_order tool reference for StifLi Flex MCP

Write
Group Orders, notes and refundsCapability edit_shop_orders

creates an order with customer, billing, shipping, line items, shipping lines, fees, coupons, status, and payment method.

Description

creates an order with customer, billing, shipping, line items, shipping lines, fees, coupons, status, and payment method.

What it is for

  • Creating manual orders from an authorized AI workflow.

Example use case

internal sales order.

Sample prompt

Create a manual WooCommerce order for this customer with the listed products, shipping details, and bank transfer as the payment method.

Sample response

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

What does wc_create_order do?

creates an order with customer, billing, shipping, line items, shipping lines, fees, coupons, status, and payment method.

Does wc_create_order 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_create_order be used safely?

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