Description
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
Screenshots
Installation
Using The WordPress Dashboard
- Navigate to the โAdd Newโ in the plugins dashboard
- Search for โpublic-woo-apiโ
- Click โInstall Nowโ
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the โAdd Newโ in the plugins dashboard
- Navigate to the โUploadโ area
- Select โpublic-woo-api.zipโ from your computer
- Click โInstall Nowโ
- Activate the plugin in the Plugin dashboard
FAQ
-
Documentation
-
Full documentation is available here: WooCommerce Rest Api V3
-
Which endpoints I can use?
-
products, categories, tags, variations and reviews without authentication
Reviews
Contributors & Developers
“Public Woo Api” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Public Woo Api” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial Release.