WP Manifestindependent plugin directory
manifest / developer / simple-wc-rest-client

Simple Woocommerce Rest Client

A Woocommerce client Plugin 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/fujianto/simple-wc-rest-client · website

4stars
4forks

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/fujianto/simple-wc-rest-client/archive/refs/heads/master.zip

Declares 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

Read the full README on GitHub →

Releases

TagPublished
0.2.3 Apr 23, 2017
0.2.1 Apr 18, 2017
0.1.0 Nov 17, 2016

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.