WooCommerce clone

Orders, products, customers, coupons, and categories.

WooCommerce clone

Orders, products, customers, coupons, and categories. Error responses use recorded fixture shapes — no live API calls.

Clone ID: woocommerce · Tier: fixture · Binary: clones-fixture

Start here

QuestionAnswer
Best forE-commerce agents that create orders, list products, or look up customers.
Connect withRoute mode for api.woocommerce.com, REST at {base}/woocommerce/api/..., hosted https://{sessionId}.clones.molar.it/woocommerce/api, or MCP molar_clone_spawn
Known limitsRecorded responses only; unimplemented paths return 501; read-only by default unless promoted stateful
Seedsdemo, empty — apply on spawn or via molar_clone_seed

MCP tools

Fixture clones use shared control-plane tools — no vendor-specific MCP surface.

ToolDescription
molar_clone_spawnSpawn fixture session (kind: "woocommerce", optional seed)
molar_clone_seedApply a named seed to an existing session
molar_clone_routeMap api.woocommerce.com to the active session
molar_clone_stopTear down the session

See MCP server for world_snapshot, world_restore, and cross-clone tools.

REST API coverage

The clone handles these recorded endpoints (local base http://localhost:8000/woocommerce/api):

  • GET /wp-json/wc/v3/coupons
  • GET /wp-json/wc/v3/customers/201
  • GET /wp-json/wc/v3/orders
  • GET /wp-json/wc/v3/products
  • GET /wp-json/wc/v3/products/categories
  • POST /wp-json/wc/v3/orders

If your agent calls a path not in this list, the clone returns 501 unimplemented_in_clone and logs the request. Submit missing coverage via the dashboard Developers → 501 request form.

Seeds

SeedWhen to use
demoStarting state for demo scenarios
emptyStarting state for minimal / blank workspace scenarios
molar clones spawn woocommerce --seed demo

Connect

ModeURL pattern
Local RESThttp://localhost:8000/woocommerce/api{path}
Hosted RESThttps://{sessionId}.clones.molar.it/woocommerce/api{path}
Route modePoint api.woocommerce.com at the clone via molar_clone_route
DashboardClones explorer — filter by woocommerce

Set MOLAR_CLONE_WOOCOMMERCE_URL for BYOC fleets.

See Fixture clones overview and API & SDK.