
內容簡介
這個外掛允許以不需要身份驗證的方式取得 WooCommerce 的產品、分類、標籤、變異和評論。
在 Github 上提供支援和請求:https://github.com/mickidum/public-woo-api
這個外掛支援以下功能:
產品
分類
標籤
變異
評論
所有的請求僅支援 GET 方法。
想要找到所有可能的參數,請參閱文件:WooCommerce Rest Api V3。
需求
WooCommerce REST API V3
這個外掛使用了一個 PHP 封裝器與 WooCommerce REST API 互動,封裝器是WooCommerce API – PHP Client。
設定
前往 WooCommerce/Settings/Advanced/REST API
點擊「新增金鑰」
生成您的金鑰,以唯讀權限為主
前往「工具/Public Woo Options」
將生成的金鑰插入到表單中
如有需要,您可以更改基礎 Rest Api Endpoint(預設值為 public-woo/v1)
儲存後,完整的 URL 將出現在表單上方
外掛標籤
開發者團隊
原文外掛簡介
Allows to fetch WooCommerce products, categories, tags, variations and reviews without authentication.
Support and Requests in Github: https://github.com/mickidum/public-woo-api
This plugin supports:
products
categories
tags
variations
reviews
All requests support only GET method.
To find all possible parameters follow documentation: WooCommerce Rest Api V3.
REQUIREMENTS
WooCommerce REST API V3
This plugin uses A PHP wrapper for the WooCommerce REST API WooCommerce API – PHP Client for interact with the WooCommerce REST API.
CONFIGURATION
Go to the WooCommerce/Settings/Advanced/REST API
Click “Add key”
Generate your keys with permissions read only
Go to Tools/Public Woo Options
Insert generated keys to the form
If you want you can change base Rest Api Endpoint(default is public-woo/v1)
After save full url will appear above the form
