Skip to content

davidruisinger/wc-customer-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WooCommerce Customer API Plugin

About

A WooCommerce API wrapper to serve an API that only offers customer features (browsing products and creating orders).

Required

Getting started

Activate the WooCommerce API and generate API credentials under WP Admin > Your Profile. Paste those credentials into WooCommerce > Settings > WooCommerce Customer REST API.

Methods

  • GET /wcc-api- index of the API

  • GET /wcc-api/products- get a list of products

  • GET /wcc-api/products/<id>- get a single product

more to come soon...

Credit

This plugin uses the kloon's WooCommerce API PHP wrapper

License

Released under the GPL3 license

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages