WooCommerce-REST-API-Client-Library icon indicating copy to clipboard operation
WooCommerce-REST-API-Client-Library copied to clipboard

A PHP wrapper for the WooCommerce REST API

Results 102 WooCommerce-REST-API-Client-Library issues
Sort by recently updated
recently updated
newest added

Hello thank you for the amazing api, I just wondered everytime I make a call for orders: `$client->orders->get();` I am getting the entire response, is there a way to just...

I keep having this issue when I try my woocommerce api with this code form my Home.ts Ionic4 Angular7 **``` import {Component} from '@angular/core'; import {NavController} from 'ionic-angular'; import *...

![image](https://user-images.githubusercontent.com/8281917/41989398-115cd3d2-7a37-11e8-9bf8-a957bdf0d017.png)

( ! ) Warning: The use statement with non-compound name 'WC_API_Client' has no effect in /Applications/MAMP/htdocs/woo2/example/composer-example.php on line 3

1. I want to add phone number and password field while user registration., since phone is inside array of billing{ } How to make that possible in android - volley...

I've dug thru all previous issues and I can't find anything on this. I CAN'T get the damn thing to stop ending execution. I'm looking for products that don't exist...

my php woocomerce rest api work in local host but in server give me cURL HTTP error 404

Good morning I would like to know how it is possible to have a list of products by category I'm using this class but I will not return the products...

This library works for Legacy API but not for latest version For latest version, I get 200 response and error of "Invalid JSON retured" I am getting following response. Please...

Dear Guys, May i know how to pass parameters in woo-commerce API link and what is the procedure. I am getting data in postman from this link Link: **wp-json/wc/v2/products/categories/?parent=100** thanks.