Hi,
I created some fields for product categories, also I installed https://wordpress.org/plugins/acf-to-rest-api/
I enabled Show in REST API for fields. And acf to rest api plugin is on verion 3.
I can see the new fields in rest api of specefic category page. But The issues is that the new categories field added by ACF are not exist in rest api of products.
The rest api of products only has default wordpress fields(such as id and slug, …).
How can I display new product category fields in rest api of Products list or single Product?
Thanks