Hi,
We are using the Chargebee Integration.
We mainly use the data to build our MRR monthly reporting.
I am struggling to calculate the MRR related to credit notes' line items.
I need to match line items in a credit note with the corresponding ones in the reference invoice.
I found a workaround for 'subscription_change' and 'subscription_cancellation' credit notes by matching on subscription_id || entity_id || date_to ... But, for all other credit notes, I can't find any workaround.
I saw in the Chargebee API Doc that there is a field, credit_notes.line_items.reference_line_item_id, that could be super useful.
Hence, my question: any chance, the integration can be updated to include this field ?
Best