-
Looks like the new V3 does not allow creating of product categories and tags when creating a product using the api:
print_r( $client->products->create( array( 'title' => 'product_name','sku' => 'sku_…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate…
-
Extending Product Reviews endpoint with custom data, using the Store Rest Api documentation at does not work:
https://github.com/woocommerce/woocommerce-blocks/blob/d935a6b07ff3380c52510631c4ce4e6…
Lupul updated
4 months ago
-
I want to use the REST API to get products and categories on the front-end of a website and make an infinite scroll. I'm havong some trouble with the php client library, I'm on localhost and I'm not a…
-
Hello,
Im working on a headless woocommerce store using the [Store API](https://github.com/woocommerce/woocommerce-blocks/tree/trunk/src/StoreApi). Im having some trouble with the checkout process…
-
### Prerequisites
- [x] I have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
### Prerequisites
- [ ] I have carried out troubleshooting steps and I believe I have found a bug.
- [ ] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
Log message received, Kinsta.com Dashboard / Logs
2023/12/23 10:07:29 [error] 100398#100398: *582359 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Exception: The payment is not re…
-
The following code creates a new product, but doesn't create the meta. Would this be expected to work? If so, can you see anything in the code that doesn't look right? Thanks.
WC REST API v2
WC v …
-
post delete put function success but it did not add delete or change product
So I am trying to add a product to my woo-commerce shop using the woocommerce-rest-api. I can successfully retrieve a li…