Open
Description
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, although a regular update works
curl -X PUT https://dev.domain.com/wc-api/v3/products/241074 -u key:secret -H "Content-Type: application/json" -d '{"product":{"regular_price": "9000.00"}}'
of a normal woo field, I'm so close but I just can't get it, any help is appreciated
Metadata
Metadata
Assignees
Labels
No labels