woocommerce

Installation
SKILL.md

WooCommerce

Manage products, orders, and customers via the WooCommerce REST API.

Environment Variables

  • WOOCOMMERCE_URL - Store URL (e.g. https://mystore.com)
  • WOOCOMMERCE_KEY - Consumer key
  • WOOCOMMERCE_SECRET - Consumer secret

List products

curl -s -u "$WOOCOMMERCE_KEY:$WOOCOMMERCE_SECRET" \
  "$WOOCOMMERCE_URL/wp-json/wc/v3/products?per_page=10" | jq '.[] | {id, name, status, price, stock_quantity}'

Create product

Related skills

More from thinkfleetai/thinkfleet-engine

Installs
1
First Seen
Mar 1, 2026