前言介紹
- 這款 WordPress 外掛「Ninox – Integration for WooCommerce」是 2025-04-06 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2025-04-07,距離現在已有 25 天。
- 外掛最低要求 WordPress 6.4 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.2 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
ninoxnet |
外掛標籤
ERP | saas | ninoxnet | products | variants |
內容簡介
總結:
Ninox - WooCommerce 整合外掛為 WooCommerce 新增了一個 REST API 端點,透過單一、優化的請求返回所有產品及其完整變異數據。這外掛針對開發人員、主題創作者以及任何需要包括變異數據在內的全面產品數據的人設計。
問題與答案:
1. 誰是Ninox - Integration for WooCommerce外掛的目標使用者?
- 開發人員、主題創作者以及任何需要全面產品數據(包括變異數據)的人。
2. 這個外掛的主要特點有哪些?
- 可以透過單一的 API 請求獲取完整的產品詳細信息和所有變異數據
- 進行效能優化,批次處理和高效查詢以處理大型產品目錄
- 支援 WooCommerce API 密鑰驗證和權限驗證
- 具有清晰的 API 文件,包括示例請求和響應
- 智能緩存支持,以提升響應時間並減少伺服器負擔。
3. 如何訪問這個外掛所添加的端點?
- 端點為:/wp-json/wc/v3/products-with-variations
4. 這個外掛的 API 文件提供了哪些資訊?
- 端點:/wp-json/wc/v3/products-with-variations
- 方法:GET
- 必要權限:manage_woocommerce 能力或有效的 API 密鑰
- 參數:包括 page(頁碼)、per_page(每頁最大項目數)
5. 這個外掛如何保護使用者隱私?
- 這個外掛不收集、儲存或分享任何使用者數據,僅從您的 WordPress 數據庫通過 WooCommerce API 檢索產品信息。
透過以上問題與答案,可以更深入了解Ninox - Integration for WooCommerce外掛的功能特色和使用說明。
原文外掛簡介
Ninox – Integration for WooCommerce adds a new REST API endpoint to WooCommerce that returns all products with their complete variation data in a single, optimized request.
This plugin is designed for developers, theme creators, and anyone building custom interfaces or integrations with WooCommerce who needs comprehensive product data including variations.
Key Features
Comprehensive Data Access: Get complete product details and all variations in a single API call
Performance Optimized: Batch processing and efficient queries to handle large product catalogs
Secure Authentication: Supports WooCommerce API key authentication and proper permission validation
Well-documented API: Clear documentation with example requests and responses
Cache Support: Intelligent caching to improve response times and reduce server load
Use Cases
Building custom front-end interfaces for WooCommerce stores
Developing mobile applications that need to display product data
Creating external integrations with other systems
Developing custom reporting tools
Any application that needs detailed product variation data
Technical Details
The plugin adds the following endpoint:
/wp-json/wc/v3/products-with-variations
This endpoint handles all the complex database queries needed to retrieve products with their attributes and variations in an efficient way, reducing the number of API calls your application needs to make.
API Documentation
The plugin adds the following endpoint:
Endpoint: /wp-json/wc/v3/products-with-variations
Method: GET
Required Permissions: manage_woocommerce capability or valid API key
Parameters:
Parameter
Type
Description
page
integer
Current page of the collection. Default is 1.
per_page
integer
Maximum number of items to be returned in result set. Default is 10. Max 100.
Example Response:
`json
[
{
“id”: 123,
“name”: “Sample Product”,
“description”: “Product description”,
“short_description”: “Short description”,
“sku”: “SAMPLE-1”,
“price”: “29.99”,
“regular_price”: “39.99”,
“sale_price”: “29.99”,
“stock”: 10,
“stock_status”: “instock”,
“weight”: “”,
“length”: “”,
“width”: “”,
“height”: “”,
“attributes”: [
{
“id”: 1,
“name”: “Size”,
“options”: [“S”, “M”, “L”]
}
],
“variations”: [
{
“id”: 124,
“sku”: “SAMPLE-1-S”,
“price”: “29.99”,
“regular_price”: “29.99”,
“sale_price”: “”,
“stock”: 5,
“stock_status”: “instock”,
“attributes”: [
{
“id”: 1,
“name”: “size”,
“option”: “S”
}
]
}
]
}
]
`
Headers:
When using pagination, the response includes the following headers:
X-WP-Total: The total number of products found
X-WP-TotalPages: The total number of pages
Privacy Policy
This plugin does not collect, store, or share any user data. It only retrieves product information from your WordPress database through WooCommerce’s API.
No personal information is collected or transmitted to external services. The plugin only accesses the following database information:
– Product details
– Product variations
– Product attributes
– Stock information
All data processing occurs locally within your WordPress installation.
Security
This plugin supports two authentication methods for accessing the REST API endpoint:
WooCommerce API Keys (Basic Authentication)
– Create an API key pair in WooCommerce > Settings > Advanced > REST API
– Use these credentials in the Authorization header as Basic auth
– Format: Authorization: Basic base64(consumer_key:consumer_secret)
WordPress User Authentication
– Users must have ‘manage_woocommerce’ capability
– Supports standard WordPress authentication methods including:
* Session-based authentication
* Cookie-based authentication
* WordPress nonces
All credentials and API keys are stored securely in the WordPress database using WordPress core security standards. No credentials are stored in plain text, and all database queries are properly prepared and sanitized.
Support
If you need help with this plugin, please visit our support forum at:
https://ninoxnet.com/contacto/
For custom development or integration assistance, please contact us at:
[email protected]
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Ninox – Integration for WooCommerce」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
PDF invoice for WP ERP 》WP ERP PDF 外掛提供了在 WP ERP 上將任何付款或發票匯出成 PDF 檔案的功能。。
WooCommerce JTL-Connector 》ons to JTL-Wawi., 使用 JTL-Connector for WooCommerce,您可以將您的 WooCommerce 在線商店與免費, 的 JTL-Wawi ERP 系統連接起來,該系統由 JTL-Software ...。
Holded integration 》Holded 官方外掛,讓你可以在不離開 Holded 的情況下管理 WooCommerce 的所有訂單和銷售。, , , Holded 與 WooCommerce 的整合使你可以自動匯入和同步所有訂...。
WordPress ERP, HR, CRM, and Project Management Plugin – Business Manager 》Business Manager 是一個針對 ERP、HR、CRM、和專案管理的 WordPress 外掛,能夠輕鬆地管理員工、專案、客戶、文件等等。讓你的 WordPress 網站成為一個強大...。
The E-Commerce ERP: Purchasing, Inventory, Fulfillment, Manufacturing, BOM, Accounting, Sales Analysis 》Profitori是一款擴展WooCommerce以適應其他業務功能的外掛程式。(這些功能通常是由像Odoo、MYOB、SAP、Microsoft Dynamics、Netsuite、Xero、erpnext、Zoho、...。
Contabilium Oficial para WooCommerce 》何謂Contabilium?, Contabilium是一個線上管理系統,讓您可以簡單快速地管理所有收入和支出,隨時隨地都可以使用。, 它針對哪些族群?, 它針對專業人士(無...。
Splash Sync 》創新公司的同步系統 - Splash!, Splash是一個創新的同步系統,有許多優勢!憑藉其宣告式策略,Splash是一個開放系統,能夠處理任何類型的數據,不論複雜程度...。
Linet ERP-Woocommerce Integration Plugin 》此外掛透過 Linet ERP API 實現 Linet ERP 和 WooCommerce 的整合和同步。整合/同步包括以下內容:, , 使用以下特殊唯一識別符將 WooCommerce(登錄)連接到 ...。
Kosmos eSync Dashboard Connector 》Kosmos eSync Dashboard Connector 讓您可以從 WordPress 內部訪問 Kosmos eSync 儀表板。現有的 eSync 使用者可以運行「任務」以同步應用程式之間的庫存和訂...。
DyaPress ERP/CRM 》DyaPress ERP/CRM 是現有 CRM/ERP 軟件 Dolibarr(tm) 的開源版本,以 WordPress 外掛形式呈現。這個外掛主要在 WordPress 的管理介面中顯示。它的主要優點是...。
Doliconnect 》使用此外掛程式,能夠大幅改善與客戶的關係,且不需要使用 Woocommerce 或其它電子商務平台!, 如果您喜歡此外掛程式,歡迎在此頁面右側給予評分!🙂, 您可以...。
CRM ERP Business Solution | freelancers & SME | for WordPress & WooCommerce 》p; track your due payments, , CRM ERP Invoicing, , print or send by email PDF invoices to your customers, apply discounts per line or in total, add...。
weclapp 》活動管理, 新增顯示活動並允許自動網路研討會註冊的功能,將以下兩個元素整合到您的網頁中:, , 在您的weclapp帳戶下CRM > 活動中安排的選定類型的未來活...。
Integrai 》Integrai 是一個針對電子商務的整合平台。透過我們的 Woocommerce 外掛程式,您可以快速且安全地整合管理系統 (ERP)、付款方法、運費和行銷。, 只需一個外掛...。
WP Worksuite – ERP, Workplace, CRM, HRM, Project Manager & Company Board 》使用 WP Worksuite 外掛,您將獲得獨特的互動體驗,獨立管理您的業務,並具備所有工具和整合所需,包括線索管理、客戶和銷售活動、支援服務、專案管理、人力...。