kloon / WooCommerce-REST-API-Client-Library

A PHP wrapper for the WooCommerce REST API
GNU General Public License v3.0
356 stars 175 forks source link

Empty response #236

Open kdenno opened 6 years ago

kdenno commented 6 years ago

Library works when ck and cs keys are for Admin and returns the std class object but when keys are for a different user returns Error: You do not have permission to read this product even when user has read/write privileges. and goes ahead to create the product in the database $client->products->create($data);