[WordPress] 外掛分享: WCFM – Multivendor Marketplace REST API for WooCommerce

WordPress 外掛 WCFM – Multivendor Marketplace REST API for WooCommerce 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「WCFM – Multivendor Marketplace REST API for WooCommerce」是 2018-12-12 上架。
  • 目前有 1000 個安裝啟用數。
  • 上一次更新是 2025-04-06,距離現在已有 28 天。
  • 外掛最低要求 WordPress 4.4 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 有 6 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

wclovers |

外掛標籤

http api | rest-api | remote API | woocommerce marketplace api |

內容簡介

WooCommerce 多供應商市場(WCFM Marketplace)- REST API 會提供您的市場網站最強大的多供應商 REST API,您將能夠使用 HTTP Rest API 請求從其他移動應用程序或網站中獲取和發送數據到您的市場中。

它是一個插件,用作 WooCommerce 多供應商市場的附加元件。

👉 產品 Rest API
/wp-json/wcfmmp/v1/products
- GET - 商品、產品
- POST - 創建產品
- DELETE - 刪除產品
- PUT - 編輯產品

👉 訂單 Rest API
wp-json/wcfmmp/v1/orders/
- GET - 訂單、訂單
- PUT - 編輯訂單狀態

wp-json/wcfmmp/v1/orders/note/=order_id=
- GET - 訂單備註
- PUT - 更改訂單備註

👉 受限功能 Rest API
wp-json/wcfmmp/v1/restricted-capabilities/
- GET - 受限功能

👉 設置 Rest API
wp-json/wcfmmp/v1/settings/email/=email_id=
wp-json/wcfmmp/v1/settings/id/=vendor_id=
- GET - 供應商設置

👉 通知 Rest API
wp-json/wcfmmp/v1/notifications/
- GET - 通知

👉 預訂 Rest API
wp-json/wcfmmp/v1/bookings/
- GET - 預訂、預訂
- PUT - 更新預訂

wp-json/wcfmmp/v1/bookings/update-status/==booking_id==
- PUT - 更新預訂狀態

👉 獲取供應商銷售統計
wp-json/wcfmmp/v1/sales-stats/
- GET - 銷售統計

👉 查詢 Rest API
/wp-json/wcfmmp/v1/enquiries
- GET - 查詢、查詢

/wp-json/wcfmmp/v1/enquiries/==enquiry_id==/reply
- POST - 查詢回復

👉 評論 Rest API
/wp-json/wcfmmp/v1/reviews
- GET - 評論
- POST - 批准評論

/wp-json/wcfmmp/v1/store-vendors
/wp-json/wcfmmp/v1/store-vendors/==vendor_id==
- GET - 店鋪供應商列表

/wp-json/wcfmmp/v1/store-vendors/==vendor_id==/products
- GET - 店鋪供應商產品列表

/wp-json/wcfmmp/v1/support
- GET - 支持列表

*** 遞送員 API ***
/wp-json/wcfmmp/v1/deliveries
- GET - 獲取配送列表

/wp-json/wcfmmp/v1/deliveries/==delivery_id==
- GET - 獲取單個配送

/wp-json/wcfmmp/v1/deliveries/==delivery_id==
- POST - 更新配送狀態

👉 詳細文檔

反饋
我們希望的只是愛。我們對支援請求非常響應 - 因此,如果您遇到問題或發現任何錯誤,請發送電子郵件或在支援論壇中發佈它,我們將在 6 小時內回應(工作日)。如果您因為插件功能不足而想對插件評分不高,請先詢問插件支援,我們會跟您溝通並解決問題。

原文外掛簡介

WooCommerce Multivendor Marketplace (WCFM Marketplace) – REST API will empower your marketplace site with the most powerful multi-vendor REST API, you will be able to get and send data to your marketplace from other mobile apps or websites using HTTP Rest API request.

It’s an addon plugin for –
WooCommerce Multivendor Marketplace
Know more about this …

👉 Product Rest API
/wp-json/wcfmmp/v1/products

GET – Product, Products
POST – Create Product
DELETE – Delete Product
PUT – Edit Product

👉 Order Rest API
wp-json/wcfmmp/v1/orders/

GET – Order, Orders
PUT – Edit Order Status

wp-json/wcfmmp/v1/orders/note/=order_id=

GET – Order Note
PUT – Change order note

👉 Restricted Capability Rest API
wp-json/wcfmmp/v1/restricted-capabilities/

GET – Restricted Capabilities

👉 Settings Rest API
wp-json/wcfmmp/v1/settings/email/=email_id=
wp-json/wcfmmp/v1/settings/id/=vendor_id=

GET – Vendor Settings

👉 Notifications Rest API
wp-json/wcfmmp/v1/notifications/

GET – Notificatins

👉 Booking Rest API
wp-json/wcfmmp/v1/bookings/

GET – Booking, Bookings
PUT – Update Booking

wp-json/wcfmmp/v1/bookings/update-status/==booking_id==
* PUT – Update Booking Status
👉 Get Vendor sales stats
wp-json/wcfmmp/v1/sales-stats/
* GET – Sales Stats
👉 Enquiry Rest API
/wp-json/wcfmmp/v1/enquiries

GET – Enquiry, Enquiries

/wp-json/wcfmmp/v1/enquiries/==enquiry_id==/reply

POST – Enquiry Reply

👉 Review Rest API
/wp-json/wcfmmp/v1/reviews

GET – Reviews
POST – Approve Review

/wp-json/wcfmmp/v1/store-vendors
/wp-json/wcfmmp/v1/store-vendors/==vendor_id==

GET – Store Vendors List

/wp-json/wcfmmp/v1/store-vendors/==vendor_id==/products

GET – Store Vendors Product List

/wp-json/wcfmmp/v1/support

GET – Supports List

*** Delivery Boy API ***
/wp-json/wcfmmp/v1/deliveries

GET – Get Delivery List

/wp-json/wcfmmp/v1/deliveries/==delivery_id==

GET – Get Single Delivery

/wp-json/wcfmmp/v1/deliveries/==delivery_id==

POST – Update Delivery Status

👉 Detailed Documentation
Feedback
All we want is love. We are extremely responsive about support requests – so if you face a problem or find any bugs, shoot us a mail or post it in the support forum, and we will respond within 6 hours(during business days). If you get the impulse to rate the plugin low because it is not working as it should, please do wait for our response because the root cause of the problem may be something else.
It is extremely disheartening when trigger happy users downrate a plugin for no fault of the plugin.
Really proud to serve and enhance WooCommerce.
Be with us … Team WC Lovers

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WCFM – Multivendor Marketplace REST API for WooCommerce」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.0 | 1.1.0 | 1.1.1 | 1.1.2 | 1.1.3 | 1.1.4 | 1.1.5 | 1.1.6 | 1.1.7 | 1.2.0 | 1.2.1 | 1.2.2 | 1.2.3 | 1.2.4 | 1.2.5 | 1.2.6 | 1.2.7 | 1.2.8 | 1.2.9 | 1.3.0 | 1.3.1 | 1.3.2 | 1.4.0 | 1.4.1 | 1.4.2 | 1.4.3 | 1.4.4 | 1.4.5 | 1.4.6 | 1.5.0 | 1.5.1 | 1.5.2 | 1.5.3 | 1.6.0 | 1.6.1 | 1.6.2 | 1.6.3 | trunk | 1.2.10 |

延伸相關外掛(你可能也想知道)

  • wp-webservices 》此外掛擴充了 WordPress 提供的基本 Web 服務。, 新特性包括:, , 使用者管理。, 自訂文章類型管理。, 自訂分類管理。, 設定管理。, , 新增方法包括:, , wp....。
  • Remote API 》這個外掛的基本使用情境是對內容區塊進行延遲載入或是跨部落格操作。, 它包含一個簡單的延遲載入小工具範例,但主要是針對開發人員,希望在此功能上進行擴充...。
  • Beam 》提供高效的 WordPress HTTP API 傳輸功能,支援通過代理連接的隧道傳輸。, 即插即用替換, 利用所有 Beam 的好處,無需修改任何現有的 wp_remote_* WordPress ...。

文章
Filter
Apply Filters
Mastodon