Integration GuideConnect your WooCommerce store to WarpWare by generating a REST API key. No app installs, no plugins — just a key pair from your WordPress admin.
To connect your WooCommerce store, we just need two things:
The WordPress site URL where WooCommerce is installed.
A Consumer Key and Consumer Secret generated from WooCommerce settings.
Log into your WordPress admin dashboard and navigate to:
Click the Add key button (or Create an API key on newer versions).
Fill in the key details:
DescriptionWarpWare Integration so you can identify it later.UserPermissionsread_orders, write_products, etc.). It has three global levels: Read, Write, or Read/Write — applied to the whole REST API. WarpWare requires Read/Write.GET /wc/v3/orders — pull ordersPUT /wc/v3/orders/{id} — update statusGET /wc/v3/products — sync catalogPUT /wc/v3/products/{id} — inventory syncGET /wc/v3/products/{id}/variationsPOST /wc/v3/webhooks — auto-register webhookswarpware-api) makes it easy to revoke access later without affecting other users.Click Generate API key. WooCommerce will display your credentials:
ck_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxcs_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxSend us the following:
On our end, we go to Integrations → Add WooCommerce and enter your store URL, Consumer Key, and Consumer Secret.
WarpWare verifies the connection and begins syncing:
Once verified, we'll notify you that the integration is live. Orders will start flowing into WarpWare automatically. You can manage or revoke the API key at any time from:
Just click the Revoke button next to the WarpWare key to disconnect instantly.
Need help with setup?
Contact Support