manifest / integrations / woocommerce-rest-client
Simple Woocommerce Rest Client
A Woocommerce client to make accessing Woocommerce Rest API simpler. Web App and Mobile App will be able to access Woocommerce API without having to do complicated OAuth signing. Require valid Consumer key and secret from Woocommerce.
by Septian Ahmad Fujianto · github.com/iseanweidev/woocommerce-rest-client · website
★ 2stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/iseanweidev/woocommerce-rest-client/archive/refs/heads/master.zipDeclares an update source (https://github.com/fujianto/simple-wc-rest-client), so updates arrive through the plugin's own updater.
From the readme
Simple Woocommerce Rest Client
A Woocommerce client to make accessing Woocommerce Rest API simpler. Web App and Mobile App will be able to access Woocommerce API without having to do complicated OAuth signing. Require valid Consumer key and secret from Woocommerce.
Getting started
Make sure you have valid Consumer Key and Consumer Secret for the target Woocommerce website. This plugin could be installed in any website, not necessarily on the target Woocommerce site. Make sure all request is in POST format. Access the API from url below.
Client options
| Option | Type | Required | Description |
|---------------------|----------|----------|------------------------------------------------------------------------------------------------------------------------|
| wpapi | bool | no | Allow make requests to the new WP REST API integration (WooCommerce 2.6 or later) |
| wpapiprefix | string | no | Custom WP REST API URL prefix, used to support custom prefixes created with the resturlprefix filter