Is there a way to pass data from a Theme App Extension to a Checkout Validation Function?
I only need to pass the data when a certain condition is met. I considered cart attributes/order properties, but they end up visible in the merchant’s order and I don’t want to clutter the merchant’s admin order with app-specific data
Is there a cleaner way to pass this data only to my validation function?