I created some custom fields for Woocommerce Coupon post type (shop_coupon)
Now I want to retrieve & update those fields via API calls
How could I do that?
404 error when I using endpoint: /wp-json/wp/v2/posts/{post_id} or /wp-json/wp/v2/coupons/{post_id}
200 OK with endpoint: /wp-json/wc/v3/coupons/{post_id} BUT NOTHING HAPPEN, field not updated
WooCommerce has its own REST API schema so it might not work with the field created by Meta Box. You can contact WooCommerce support to ask for help with this case.