How to extend your connector to add custom complex fields to synchronize for products?
Below is an example based on our Woocommerce connector. But all the connectors are extended the same way. First of all usually we name extension modules like “integration_woocommerce_extension”You need to extend all send and receive fields for product.product and product.templateintegration_woocommerce_extension/models/fields/send_fields_product_template.py...