Skill Detail

WooCommerce REST Order Manager

Queries and updates WooCommerce orders via the WooCommerce REST API v3 (/wp-json/wc/v3/orders), filters by status, date range, and customer, and bulk-updates fulfillment status. Generates order export CSVs with custom field mapping for 3PL handoff.

WordPress & CMSClaude Code
WordPress & CMS Claude Code Security Reviewed
Tool match: stripe
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill woocommerce-rest-order-manager Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Author
WooCommerce
Last updated
Mar 24, 2026
Quick brief

Queries and updates WooCommerce orders via the WooCommerce REST API v3 (/wp-json/wc/v3/orders), filters by status, date range, and customer, and bulk-updates fulfillment status. Generates order export CSVs with custom field mapping for 3PL handoff.

How it works

What this skill actually does

This skill handles order management operations against live WooCommerce stores. It can list pending orders by date range, update order status (processing, completed, refunded), add order notes, and export order data with line items, shipping details, and custom meta fields to CSV. Uses consumer key and secret authentication via Basic Auth headers.

Ideal for fulfillment teams, store operators, and 3PL integrations that need programmatic order access without building a full custom plugin. Not for payment processing or refund initiation โ€” those require Stripe or gateway-specific SDKs. Requires WooCommerce 7.0+ and REST API enabled in WooCommerce settings.