Tireless Crew Tireless Crew
Docs
Sign in Get started free

Connect Your Store

Link your WooCommerce store with a REST API key so agents can read orders, products, customers, and stock in real time.

Store connection is optional. Agents work without it — you simply paste data manually. Connecting your store unlocks automatic data retrieval for all nine WooCommerce tools.

Generate a WooCommerce REST API key

1

Log into your WordPress admin panel and go to WooCommerce → Settings → Advanced → REST API.

2

Click Add key.

3

Fill in the form:

  • Description: something memorable, e.g. DigitalStaples Agent
  • User: a WordPress user with at least Shop Manager role
  • Permissions: Read/Write (required for order notes; Read-only for analytics and content agents)

4

Click Generate API key. WordPress shows your Consumer Key and Consumer Secret exactly once — copy both values now.

5

In the platform, go to My Store in the sidebar and enter:

  • Store URL: the root URL of your store, e.g. https://shop.example.com
  • Consumer Key: starts with ck_
  • Consumer Secret: starts with cs_
Then click Save & Test.

The platform sends a test request to your store. If the connection succeeds, a green status indicator appears and your agents can start using WooCommerce tools immediately.

What agents can do with your store

All nine WooCommerce tools are available to any agent you configure. The agent decides which tools to call based on the task:

Tool What it reads or writes
wc_get_orders Fetches a list of orders filtered by status, date range, or customer search. Returns IDs, totals, line items, and customer details.
wc_get_order Retrieves full detail for a single order by ID, including all line items, shipping, billing, and metadata.
wc_create_order_note Adds a note to an order visible to the store team or the customer. Used for triage and support workflows.
wc_get_products Lists products with optional filters for category, status, stock level, and search keyword.
wc_get_product Returns full product data for a single item by ID — name, description, attributes, price, images, and stock.
wc_update_product_stock Updates the stock quantity and stock status for a product. Use with care — changes are applied immediately to your live store.
wc_low_stock_products Returns products whose stock level has fallen to or below the WooCommerce low-stock threshold.
wc_get_customers Searches and lists customers by email, name, or username. Returns contact details and order history summary.
wc_sales_report Fetches aggregate sales data for a given period — total revenue, order count, average order value, and top-selling products.

Security

Revoke your WooCommerce API key at any time from WooCommerce → Settings → Advanced → REST API. This immediately disconnects the platform from your store.