Title: NovaCraft API Builder
Author: wpcrafthub
Published: <strong>2026 年 8 月 14 日</strong>
Last modified: 2026 年 8 月 14 日

---

搜索插件

![](https://ps.w.org/novacraft-api-builder/assets/banner-772x250.png?rev=3647311)

![](https://ps.w.org/novacraft-api-builder/assets/icon-256x256.png?rev=3647311)

# NovaCraft API Builder

 作者：[wpcrafthub](https://profiles.wordpress.org/wpcrafthub/)

[下载](https://downloads.wordpress.org/plugin/novacraft-api-builder.1.0.0.zip)

 * [详情](https://cn.wordpress.org/plugins/novacraft-api-builder/#description)
 * [评价](https://cn.wordpress.org/plugins/novacraft-api-builder/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/novacraft-api-builder/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/novacraft-api-builder/#developers)

 [支持](https://wordpress.org/support/plugin/novacraft-api-builder/)

## 描述

NovaCraft API Builder for WordPress turns your WooCommerce store into a fully-featured
headless commerce backend. It exposes a clean, versioned REST API under `/wp-json/
novacraft/v1/` with:

 * **JWT Authentication** — Issue access tokens (15 min TTL) and refresh tokens (
   30 days), with automatic rotation and revocation.
 * **API Key Management** — Create `nc_live_*` and `nc_test_*` keys with granular
   permissions, IP allowlists, rate-limit overrides, and expiry dates.
 * **Product Endpoints** — List, filter, sort, paginate, and retrieve products, 
   variations, and reviews.
 * **Category Endpoints** — Browse the WooCommerce category tree.
 * **Order Endpoints** — Authenticated customers can view their order history and
   add order notes.
 * **Customer Endpoints** — Manage profile, addresses, and order history.
 * **Cart Endpoints** — Full headless cart: add/update/remove items, apply coupons,
   calculate shipping, and check out.
 * **Caching** — Object-cache and transient fallback, ETag headers, tag-based invalidation.
 * **Rate Limiting** — Sliding-window limiter with Redis or transient fallback. 
   Account lockout after 5 failed logins.
 * **React Admin UI** — Dashboard, API Key manager, API Explorer, request logs, 
   and settings page.
 * **Extensibility** — 6 filters and 6 actions so Pro / Enterprise add-ons can hook
   in without touching Core.

#### Pro Features (Coming Soon)

 * RS256 keypair authentication
 * Webhooks
 * AI product recommendations
 * Multi-currency support
 * Subscription endpoints
 * Cloud log aggregation

#### Requirements

 * WordPress 6.4 or higher
 * WooCommerce 8.0 or higher
 * PHP 8.1 or higher

### Source Code

This plugin is fully open source. The human-readable source files for all compiled
JavaScript/CSS assets are publicly available on GitHub:

https://github.com/wpcrafthub/novacraft-api-builder

The admin dashboard is built with React (TypeScript) using Vite as the build tool.
Source files are located in `admin/src/`. To regenerate the compiled assets in `
admin/dist/`, run:

 1. `npm install`
 2. `npm run build`

## 屏幕截图

[⌊Dashboard — health widgets and recent API request log.⌉⌊Dashboard — health widgets
and recent API request log.⌉[

Dashboard — health widgets and recent API request log.

[⌊API Keys — create, copy, and revoke keys with per-key permissions.⌉⌊API Keys —
create, copy, and revoke keys with per-key permissions.⌉[

API Keys — create, copy, and revoke keys with per-key permissions.

[⌊API Explorer — browse all endpoints with live test functionality.⌉⌊API Explorer—
browse all endpoints with live test functionality.⌉[

API Explorer — browse all endpoints with live test functionality.

[⌊Logs — filterable request log with CSV export.⌉⌊Logs — filterable request log 
with CSV export.⌉[

Logs — filterable request log with CSV export.

[⌊Settings — configure CORS, token TTL, rate limits, and caching.1. Dashboard overview
with API health stats⌉⌊Settings — configure CORS, token TTL, rate limits, and caching.
1. Dashboard overview with API health stats⌉[

Settings — configure CORS, token TTL, rate limits, and caching.1. Dashboard overview
with API health stats

## 安装

 1. Upload the `novacraft-api-builder` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** menu.
 3. Navigate to **NovaCraft  Settings** to configure the API.
 4. Create your first API key in **NovaCraft  API Keys**.

## 常见问题

### Is this plugin free?

Yes. NovaCraft API Builder for WordPress is free and open-source (GPL-2.0-or-later).
Pro add-ons are available separately.

### Does this replace the built-in WooCommerce REST API?

No. NovaCraft API Builder for WordPress runs alongside the WooCommerce REST API.
It provides a separate, opinionated endpoint set optimised for headless storefronts.

### Which JavaScript frameworks does the API support?

Any framework that can make HTTP requests: Next.js, Nuxt, SvelteKit, Astro, React
Native, Vue, or plain `fetch()`.

### Where is the documentation?

Full API documentation including an interactive OpenAPI explorer is available at
[docs.wpcrafthub.com](https://docs.wpcrafthub.com).

### Is HPOS (High-Performance Order Storage) supported?

Yes. All order queries use the WooCommerce `wc_get_orders()` function, which is 
HPOS-compatible.

## 评价

此插件暂无评价。

## 贡献者及开发者

「NovaCraft API Builder」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ wpcrafthub ](https://profiles.wordpress.org/wpcrafthub/)

[帮助将「NovaCraft API Builder」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/novacraft-api-builder)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/novacraft-api-builder/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/novacraft-api-builder/)，或通过[RSS](https://plugins.trac.wordpress.org/log/novacraft-api-builder/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/novacraft-api-builder/)。

## 更新日志

#### 1.0.0

 * Initial release.

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**4 天前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.4 或更高版本 **
 *  已测试的最高版本为 **7.0.4**
 *  PHP 版本 ** 8.1 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/novacraft-api-builder/)
 * 标签
 * [api keys](https://cn.wordpress.org/plugins/tags/api-keys/)[headless](https://cn.wordpress.org/plugins/tags/headless/)
   [jwt](https://cn.wordpress.org/plugins/tags/jwt/)[rest-api](https://cn.wordpress.org/plugins/tags/rest-api/)
   [woocommerce](https://cn.wordpress.org/plugins/tags/woocommerce/)
 *  [高级视图](https://cn.wordpress.org/plugins/novacraft-api-builder/advanced/)

## 评级

尚未提交反馈。

[您的评价](https://wordpress.org/support/plugin/novacraft-api-builder/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/novacraft-api-builder/reviews/)

## 贡献者

 *   [ wpcrafthub ](https://profiles.wordpress.org/wpcrafthub/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/novacraft-api-builder/)