I can get my acf fields using the GET api rest web service, but I can not achieve update the fields, I don’t know if I’m doing something wrong or there a bug.
I’m trying to make a POST to https://www.example.com/wc/v3/products/{postId}
with
{“acf”: {“field1”: “value1”, “field2”: “value2”}}
the API response contains all the information of {postId} product, but the acf fields are both empty.
Could someone help me?
I think currently the /wc/v3/ is not supported by ACF. Have you tried adding an additional URL field to the group? Should be able to display url fields in the API using the GET /wc/v3/