laravel-woocommerce
laravel-woocommerce copied to clipboard
WooCommerce Rest API for Laravel
Hi, I was trying to query orders related to a specific customer. But what I have found is that, in order fields received through order api, in the billing section...
Hi, great repo, very handy! I'm just running into a little issue - I'm trying to pull Products from WooCommerce using the following: $product2 = \Codexshaper\WooCommerce\Facades\Product::where('type', 'variable')->get(); However it's only...
Hello, can I ask for fake facades?
I'm using the codexshaper/laravel-woocommerce package to integrate multiple WooCommerce stores with my Laravel application. It works perfectly on my local server, but on the live server, I get the following...
Hi all, i tried to create a new order with coupon_lines but return me this error: coupon_lines [rest_invalid_param] $coupon_lines = [ 'code' => 'existing_coupon_code ]; $data = [ 'customer_id' =>...
I saw the release notes for the latest package, and I noticed it's only for Laravel 10. Are you working on compatibility with Laravel 12 or will it work with...
As is, whenever an error happens with Woocommerce api request the package just returns a plain JSON error message, no context for the error and no way to even identify...