wc-api-php
wc-api-php copied to clipboard
WooCommerce REST API PHP Library
In the readme it says in Arguments: WooCommerce API endpoint, example: customers or order/12 But it is not "order/12", it is "orders/12". So in plural with a s in orders....
the get method can return an array as well
Is this package still supported?
Hello, Will there be an update for wc-api-php? https://developer.woo.com/2023/10/03/the-legacy-rest-api-will-move-to-a-dedicated-extension-in-woocommerce-9-0/ Best regards JI
Hi, I'm trying to get all orders for the logged in customer, using this `/wp-json/wc/v3/orders` however I keep getting this error message `{ "code": "woocommerce_rest_cannot_view", "message": "Sorry, you cannot list...
**I tried get product using API call but i got below error** **i check [this](https://github.com/woocommerce/wc-api-php/issues/266) and many other blog. Also i changes as per recommendation on the server as per...
Related to https://github.com/woocommerce/woocommerce/issues/40832 ### Describe the bug When a new product is added via the Automattic\WooCommerce\Client library, the WordPress encounters a fatal error, and the library receives an invalid response:...
I need to attach a synced force sell product to a product. Is this possible?
While creating or updating a product with this api it seems not to be possible to add data to Custom Tab Title and Custom Tab Content. Visible at Extras-Tab of...