We are able to export orders from Infusionsoft into Bigquery, however we noticed that for refunded orders that order_status = PAID, instead we want to get the refund_status for an order. Anyone know which keap API endpoint provide us with refund_status for an order?
While we do expect to provide that field when we implement the v2 version of the Ecommerce endpoints, currently the only way to retrieve that field (rather than the refund_amount) is via the XMLRPC API’s DataService.Query method.