wc-api-custom-meta icon indicating copy to clipboard operation
wc-api-custom-meta copied to clipboard

WordPress/WooCommerce plugin to support custom meta fields through the product API

Results 17 wc-api-custom-meta issues
Sort by recently updated
recently updated
newest added

r = wcapi.post("products/9",{'product':{'custom_meta': [{'fifu_image_url':'https://example.png'}]}}) r = wcapi.get('products/9') print(r.json()['product']['meta']) value not change, I am doing something wrong?

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...

I am searching for a method to add meta data with products and this is what exactly i was looking for. Can you please tell me weather it is working...

`Hi Jason, Thank you for your wc-api-custom-meta plugin on https://github.com/judgej/wc-api-custom-meta. I have been trying to use it with woocommerce REST api v3 , but also want to update protected meta...

Hey guys, I dont know how i have to write some rest request to set a value in to my custom field. I have installed your Plugin and i have...

Currently I'm trying to update my site meta using curl if I try this: `curl -X PUT https://dev.domain.com/wc-api/v3/products/241074 -u key:secret -H "Content-Type: application/json" -d '{"product":{"meta": {"my_availability":"S"}}}'` and it doesn't work,...

Hi, I'm having a problem with this plugin where updating a simple product works fine with the api call: ``` - endpoint: products/ - data: {'custom_meta': {'field':'value'} } ``` However...

I need to retrieve meta data associated to customers (vat a second email), but I see no results for this. This only works for products meta?

Hi @judgej, Firstly, I know how much work open source can be, so thanks for the efforts! I'm a little stuck... I've really tried to figure this out on my...