We need the possibility to do a lookup from customer invoices to the orders and shipments, as in GUI. For the customerinvoice endpoints, is it possible to expose ordertype , orderno and shipmentno ( purchase receipt no for dropshipment orders ) when retrieving the customer invoices? They are displayed in the GUI, but not available through API through the GET endpoints . This means numerous calls to the orders and shipment endpoints are needed to be able to find an invoice reference If these are exposed , numerous calls to iterate shipments and orders to find a specific invoice number are avoided.
... View more