pixelpeter / laravel5-woocommerce-api-client

Laravel 5 wrapper for the Woocommerce REST API
MIT License
125 stars 48 forks source link

[rest_no_route] #30

Closed fabianomoier closed 6 years ago

fabianomoier commented 6 years ago

I tried to register the product I received this error! "Error: No route found that matches the URL and request method [rest_no_route]"

My role was this way. https://pastebin.com/2K6MNfuQ

pixelpeter commented 6 years ago

It needs to be Woocommerce::post('products', $params); (not put)

Have a look at the documentation: https://woocommerce.github.io/woocommerce-rest-api-docs/#create-a-product