In WooCommerce each product has meta_data and in that collection there's a field called dtwpb_single_product_page
. The field contains a number which resolves to a WooCommerce Page Builder Product Template. There are WPBakery Page Builder icons all over, and I've been to their site but can't see anything regarding a REST API, which is how I'm forced to interact with the site.
Programmatically, how do I go from the number to template? I'd like to be able to extract the name and the fields with field name and field type. How would this be done? I have fully authorised access to the site.