SkyVerge Test
Using the WooCommerce REST API – Orders Endpoint February 28 2014
This is post #2 of 2 in the series “For Developers: Using the WooCommerce REST API” Last week we posted an introduction to the WooCommerce REST API, which detailed basic request/responses and authentication. In this article, we’ll go in-depth with a hands-on look at the Orders endpoint. You’ll learn all the different ways order information can be fetched from the API, as well as how to update the status of Keep Reading…
The post Using the WooCommerce REST API – Orders Endpoint appeared first on SkyVerge.
Using the WooCommerce REST API – Introduction February 21 2014
This is post #1 of 2 in the series “For Developers: Using the WooCommerce REST API” My favorite feature from the recent WooCommerce 2.1 release is the REST API. I may be a bit biased, since it was my core contribution during the 2.1 release cycle, but it lays important groundwork. A platform like WooCommerce is strongest when shop data can be pushed or pulled from other systems, like a Keep Reading…
The post Using the WooCommerce REST API – Introduction appeared first on SkyVerge.
Introducing the WooCommerce XML-RPC API August 19 2013
We know you’ve been waiting for a full-fledged WooCommerce API, and while that particular piece of greatness is still a few months away (see this Github issue for details), we’ve developed a simple XML-RPC API to help you start integrating WooCommerce with your backend systems today. This has been tested over the past few months with a handful of clients and we’re ready to release it to the world. Currently Keep Reading…
The post Introducing the WooCommerce XML-RPC API appeared first on SkyVerge.