Skip to main content
Let your agents manage your WooCommerce store — list and create orders, manage products, customers, coupons, and retrieve sales reports via the REST API.

Connection

  • Authentication: API key (Consumer key:Consumer secret).
  • Required settings:
    • Store domain — The domain of your WooCommerce store, without https:// or trailing slash. Must use HTTPS and have pretty permalinks enabled.
In your WordPress admin, go to WooCommerce → Settings → Advanced → REST API → Add Key. Name the key, choose the user, set permissions to Read/Write, then copy both the Consumer Key and Consumer Secret. Paste them as consumer_key:consumer_secret (both values, separated by a colon) in the field below. Pretty permalinks must be enabled in Settings → Permalinks.See WooCommerce’s documentation.

Read actions (13)

Write actions (7)

Permissions

Every action above must be explicitly granted to an agent before it can be used. See Permissions for the grant model and Security for how credentials are protected.