laravel-woocommerce icon indicating copy to clipboard operation
laravel-woocommerce copied to clipboard

WooCommerce Rest API for Laravel

Results 53 laravel-woocommerce issues
Sort by recently updated
recently updated
newest added

Hi, How receives the total of products ? (curl https://example.com/wc-api/v3/products/count ) Thanks

Hi There, Hope you are doing well, I am wondering if this need connects 2 or above woocommerce entities, how to do that? Thanks

I am getting this error Undefined array key "X-WP-Total" $result=Order::paginate(20); return view('website_orders.index', compact('result')); Does anyone knows please help

hello I have a problem with each synchronization of the products they are replaced and no longer appear in the shop. thank you

When creating a lot (>1000) products with categories, variations and attributes, i run into an error, where the system is out of inodes. I can reproduce the issue both when...

Hi, I had an issue where orders created were too big for the Woocommerce server to be able to build a response, the query ending in a server timeout. I...

Error when trying to create product: "Error: #38761 is an invalid image ID. [woocommerce_product_invalid_image_id]" payload used ```json { "sku":"889698487405", "name":"Star Wars: the Mandalorian Child Funko Pop! Vinyl Figure 368", "type":"simple",...

Exception Error: Error getting remote image http://127.0.0.1:8000/storage/product_images/dfZoriBLsS8uLMbv6sDDZj5R9maHXo7e2YRWap8z.png. Error: A valid URL was not provided. [woocommerce_product_image_upload_error] http://127.0.0.1:8000/admin/store/new/product below is my code foreach ($imagePaths as $imagePath) { $fullPath = public_path($imagePath); if (file_exists($fullPath))...

When trying to update an item, this error is returning me, where can I set the HTTP version in curl? Example curl_setopt($curl, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);