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

Get all products. #241

Closed JavohirYakubov closed 6 years ago

JavohirYakubov commented 6 years ago

$client->products->get(array( 'filter[limit]' => -1 )) it's not working

error: Error: Подходящий маршрут для URL и метода запроса не найден [woocommerce_api_no_route] 404

Please help me!

squalvj commented 6 years ago

how you solve this ?