Tools
WooCommerce

The WooCommerce tools cover products, orders, customers, categories, and store settings. Cowork’s biggest “what does the catalog cover that competitors don’t” advantage.

Products

  • wp_list_products / wp_get_product — read inventory with filters.
  • wp_create_product — simple, variable, grouped, external. Variations included.
  • wp_update_product — edit price, description, stock, SKU, categories, tags, attributes.
  • wp_bulk_update_products — apply a change across many products in one call.
  • wp_set_product_image / wp_add_product_gallery — featured + gallery images.

Orders

  • wp_list_orders / wp_get_order — read with status, date, customer filters.
  • wp_update_order_status — mark complete, refund, on hold, etc.
  • wp_add_order_note — internal or customer-visible note.
  • wp_resend_order_email — re-trigger the confirmation or download email.

Customers

  • wp_list_customers / wp_get_customer — read with filters.
  • wp_update_customer — edit billing or shipping fields.

Store settings

  • Currency, base location, tax rates, shipping zones, payment gateways — read and write.

Typical bulk operations

  • “Apply a 20% discount to every product in the Summer Sale category.”
  • “Find orders from last month that are still ‘on hold’ and add a note asking the customer to retry payment.”
  • “Show me low-stock products under 5 units.”

30 WooCommerce tools in total — more than any competitor in this space ships.

More posts