Exporting custom field values from Odoo into Woocommerce using the api or python requests module
I am trying to integrate Woocommerce and Odoo by sharing the data between them. For custom fields I could not find a way to import or export them using the api like for the tags or categories fields, so for the import I used the python requests module to get the data for that field.